#239fc6

Color #239FC6 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #239FC6

Tints of Pelorous #239FC6

Color information

#239FC6 (or 0x239FC6) is unknown color: approx Pelorous. HEX triplet: 23, 9F and C6. RGB value is (35,159,198). Sum of RGB (Red+Green+Blue) = 35+159+198=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #239FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FC6 is #DC6039. Grayscale: #7E7E7E. Windows color (decimal): -14442554 or 13016867. OLE color: 13016867.

HSL color Cylindrical-coordinate representation of color #239FC6: hue angle of 194.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239FC6 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35159198-
CMYK0.820.2000.22
HSL194.36º69.96%45.69%-
HSV(B)194.36º82.32%77.65%-
XYZ23.2829.2357.84-
YUV126.37168.4262.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 8.93%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 198 (77.73% from 255) = 50.51%
R=8.93%
G=40.56%
B=50.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351591980.820.2000.22194.3669.9645.69
Hex239FC65214016c2462e
Octal432373061222402630210656
Binary1000111001111111000110101001010100010110110000101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239fc6; }

 p { color: rgb(35,159,198); }

 H1.HeaderClassName
 {
   color: #239fc6;
 }
 .AnyTagClassName
 {
   color: #239fc6;
 }
</style>
background-color css

<style>
 a { background-color: #239fc6; }

 a { background-color: rgb(35,159,198); }

 div.DivClassName
 {
   background-color: #239fc6;
 }
 .BgClassName
 {
   background-color: #239fc6;
 }
</style>
border-color css

<style>
 span { border-color: #239fc6; }

 span { border-color: rgb(35,159,198); }

 td.TdClassName
 {
   border-color: #239fc6;
 }
 .TagClassName
 {
   border-color: #239fc6;
 }
</style>