Html Css Color HEX #249AAB Pelorous

📋 copy color: '#249AAB'

red 36 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #249AAB

Tints of Pelorous #249AAB

RGB

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

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

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

R = 9.97%
G = 42.66%
B = 47.37%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249AAB (or 0x249AAB) is known color: Pelorous. HEX triplet: 24, 9A and AB. RGB value is (36,154,171). Sum of RGB (Red+Green+Blue) = 36+154+171=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 154 (60.55% from 255 or 42.66% 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 #249AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AAB is #DB6554. Grayscale: #787878. Windows color (decimal): -14378325 or 11246116. OLE color: 11246116.

HSL color Cylindrical-coordinate representation of color #249AAB: hue angle of 187.56º 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 #249AAB is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 154 171 -
CMYK 0.79 0.10 0 0.33
HSL 187.56º 0.65% 0.41% -
HSV(B) 187.56º 0.79% 0.67% -
XYZ 19.63 26.43 42.59 -
YUV 120.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 36 154 171 0.79 0.10 0 0.33 187.56 0.65 0.41
Hex 24 9A AB 4F A 0 21 BC 41 29
Octal 44 232 253 117 12 0 41 274 101 51
Binary 100100 10011010 10101011 1001111 1010 0 100001 10111100 1000001 101001

Color Harmonies of #249AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AAB

Black with #249AAB

Text Example


Text Example

White with #249AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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