Html Css Color HEX #239FAB Pelorous

📋 copy color: '#239FAB'

red 35 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #239FAB

Tints of Pelorous #239FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

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

R = 9.59%
G = 43.56%
B = 46.85%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#239FAB (or 0x239FAB) is known color: Pelorous. HEX triplet: 23, 9F and AB. RGB value is (35,159,171). Sum of RGB (Red+Green+Blue) = 35+159+171=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #239FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FAB is #DC6054. Grayscale: #7B7B7B. Windows color (decimal): -14442581 or 11247395. OLE color: 11247395.

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

Color convert

RGB 35 159 171 -
CMYK 0.80 0.07 0 0.33
HSL 185.29º 0.66% 0.4% -
HSV(B) 185.29º 0.8% 0.67% -
XYZ 20.44 28.09 42.87 -
YUV 123.29 154.92 65.02 -
System Red Green Blue C M Y K H S L
Decimal 35 159 171 0.80 0.07 0 0.33 185.29 0.66 0.4
Hex 23 9F AB 50 7 0 21 B9 42 28
Octal 43 237 253 120 7 0 41 271 102 50
Binary 100011 10011111 10101011 1010000 111 0 100001 10111001 1000010 101000

Color Harmonies of #239FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239FAB

Black with #239FAB

Text Example


Text Example

White with #239FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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