Html Css Color HEX #24A9BD Pelorous

📋 copy color: '#24A9BD'

red 36 ◦ green 169 ◦ blue 189

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

Shades of Pelorous #24A9BD

Tints of Pelorous #24A9BD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.89%

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

R = 9.14%
G = 42.89%
B = 47.97%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#24A9BD (or 0x24A9BD) is known color: Pelorous. HEX triplet: 24, A9 and BD. RGB value is (36,169,189). Sum of RGB (Red+Green+Blue) = 36+169+189=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #24A9BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A9BD is #DB5642. Grayscale: #838383. Windows color (decimal): -14374467 or 12429604. OLE color: 12429604.

HSL color Cylindrical-coordinate representation of color #24A9BD: hue angle of 187.84º 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 #24A9BD is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 169 189 -
CMYK 0.81 0.11 0 0.26
HSL 187.84º 0.68% 0.44% -
HSV(B) 187.84º 0.81% 0.74% -
XYZ 24.1 32.43 53.13 -
YUV 131.51 160.44 59.87 -
System Red Green Blue C M Y K H S L
Decimal 36 169 189 0.81 0.11 0 0.26 187.84 0.68 0.44
Hex 24 A9 BD 51 B 0 1A BC 44 2C
Octal 44 251 275 121 13 0 32 274 104 54
Binary 100100 10101001 10111101 1010001 1011 0 11010 10111100 1000100 101100

Color Harmonies of #24A9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A9BD

Black with #24A9BD

Text Example


Text Example

White with #24A9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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