Html Css Color HEX #239BAB Pelorous

📋 copy color: '#239BAB'

red 35 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #239BAB

Tints of Pelorous #239BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 9.7%
G = 42.94%
B = 47.37%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#239BAB (or 0x239BAB) is known color: Pelorous. HEX triplet: 23, 9B and AB. RGB value is (35,155,171). Sum of RGB (Red+Green+Blue) = 35+155+171=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #239BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239BAB is #DC6454. Grayscale: #787878. Windows color (decimal): -14443605 or 11246371. OLE color: 11246371.

HSL color Cylindrical-coordinate representation of color #239BAB: hue angle of 187.06º 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 #239BAB is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 155 171 -
CMYK 0.80 0.09 0 0.33
HSL 187.06º 0.66% 0.4% -
HSV(B) 187.06º 0.8% 0.67% -
XYZ 19.77 26.74 42.65 -
YUV 120.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 35 155 171 0.80 0.09 0 0.33 187.06 0.66 0.4
Hex 23 9B AB 50 9 0 21 BB 42 28
Octal 43 233 253 120 11 0 41 273 102 50
Binary 100011 10011011 10101011 1010000 1001 0 100001 10111011 1000010 101000

Color Harmonies of #239BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BAB

Black with #239BAB

Text Example


Text Example

White with #239BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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