#239acb

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

Shades of Pelorous #239ACB

Tints of Pelorous #239ACB

Color information

#239ACB (or 0x239ACB) is unknown color: approx Pelorous. HEX triplet: 23, 9A and CB. RGB value is (35,154,203). Sum of RGB (Red+Green+Blue) = 35+154+203=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #239ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ACB is #DC6534. Grayscale: #7B7B7B. Windows color (decimal): -14443829 or 13343267. OLE color: 13343267.

HSL color Cylindrical-coordinate representation of color #239ACB: hue angle of 197.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239ACB is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB35154203-
CMYK0.830.2400.20
HSL197.5º70.59%46.67%-
HSV(B)197.5º82.76%79.61%-
XYZ23.0327.7860.65-
YUV124172.5864.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.93%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 203 (79.69% from 255) = 51.79%
R=8.93%
G=39.29%
B=51.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal351542030.830.2400.20197.570.5946.67
Hex239ACB5318014c6472f
Octal432323131233002430610757
Binary1000111001101011001011101001111000010100110001101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,154,203); }

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

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

 a { background-color: rgb(35,154,203); }

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

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

 span { border-color: rgb(35,154,203); }

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