Html Css Color HEX #249FAB Pelorous

📋 copy color: '#249FAB'

red 36 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #249FAB

Tints of Pelorous #249FAB

RGB

 RED value IS 36 (14.45% from 255) = 9.84%

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

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

R = 9.84%
G = 43.44%
B = 46.72%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249FAB (or 0x249FAB) is known color: Pelorous. HEX triplet: 24, 9F and AB. RGB value is (36,159,171). Sum of RGB (Red+Green+Blue) = 36+159+171=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #249FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249FAB is #DB6054. Grayscale: #7B7B7B. Windows color (decimal): -14377045 or 11247396. OLE color: 11247396.

HSL color Cylindrical-coordinate representation of color #249FAB: hue angle of 185.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249FAB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 159 171 -
CMYK 0.79 0.07 0 0.33
HSL 185.33º 0.65% 0.41% -
HSV(B) 185.33º 0.79% 0.67% -
XYZ 20.48 28.11 42.87 -
YUV 123.59 154.75 65.52 -
System Red Green Blue C M Y K H S L
Decimal 36 159 171 0.79 0.07 0 0.33 185.33 0.65 0.41
Hex 24 9F AB 4F 7 0 21 B9 41 29
Octal 44 237 253 117 7 0 41 271 101 51
Binary 100100 10011111 10101011 1001111 111 0 100001 10111001 1000001 101001

Color Harmonies of #249FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FAB

Black with #249FAB

Text Example


Text Example

White with #249FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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