Html Css Color HEX #24ABBD Pelorous

📋 copy color: '#24ABBD'

red 36 ◦ green 171 ◦ blue 189

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

Shades of Pelorous #24ABBD

Tints of Pelorous #24ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 9.09%
G = 43.18%
B = 47.73%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#24ABBD (or 0x24ABBD) is known color: Pelorous. HEX triplet: 24, AB and BD. RGB value is (36,171,189). Sum of RGB (Red+Green+Blue) = 36+171+189=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #24ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ABBD is #DB5442. Grayscale: #848484. Windows color (decimal): -14373955 or 12430116. OLE color: 12430116.

HSL color Cylindrical-coordinate representation of color #24ABBD: hue angle of 187.06º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24ABBD is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 171 189 -
CMYK 0.81 0.10 0 0.26
HSL 187.06º 0.68% 0.44% -
HSV(B) 187.06º 0.81% 0.74% -
XYZ 24.48 33.18 53.26 -
YUV 132.69 159.77 59.04 -
System Red Green Blue C M Y K H S L
Decimal 36 171 189 0.81 0.10 0 0.26 187.06 0.68 0.44
Hex 24 AB BD 51 A 0 1A BB 44 2C
Octal 44 253 275 121 12 0 32 273 104 54
Binary 100100 10101011 10111101 1010001 1010 0 11010 10111011 1000100 101100

Color Harmonies of #24ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ABBD

Black with #24ABBD

Text Example


Text Example

White with #24ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24ABBD; }

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

 H1.HeaderClassName
 {
   color: #24ABBD;
 }
 .AnyTagClassName
 {
   color: #24ABBD;
 }
</style>

background-color css

<style>
 a { background-color: #24ABBD; }

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

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

border-color css

<style>
 span { border-color: #24ABBD; }

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

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