Html Css Color HEX #239AAB Pelorous

📋 copy color: '#239AAB'

red 35 ◦ green 154 ◦ blue 171

#239AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #239AAB

Tints of Pelorous #239AAB

RGB

 RED value IS 35 (14.06% from 255) = 9.72%

 GREEN value IS 154 (60.55% from 255) = 42.78%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 9.72%
G = 42.78%
B = 47.5%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#239AAB (or 0x239AAB) is known color: Pelorous. HEX triplet: 23, 9A and AB. RGB value is (35,154,171). Sum of RGB (Red+Green+Blue) = 35+154+171=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #239AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AAB is #DC6554. Grayscale: #787878. Windows color (decimal): -14443861 or 11246115. OLE color: 11246115.

HSL color Cylindrical-coordinate representation of color #239AAB: hue angle of 187.5º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239AAB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 154 171 -
CMYK 0.80 0.10 0 0.33
HSL 187.5º 0.66% 0.4% -
HSV(B) 187.5º 0.8% 0.67% -
XYZ 19.6 26.41 42.59 -
YUV 120.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 35 154 171 0.80 0.10 0 0.33 187.5 0.66 0.4
Hex 23 9A AB 50 A 0 21 BC 42 28
Octal 43 232 253 120 12 0 41 274 102 50
Binary 100011 10011010 10101011 1010000 1010 0 100001 10111100 1000010 101000

Color Harmonies of #239AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239AAB

Black with #239AAB

Text Example


Text Example

White with #239AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #239AAB;
 }
 .AnyTagClassName
 {
   color: #239AAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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