Html Css Color HEX #24AABB Pelorous

📋 copy color: '#24AABB'

red 36 ◦ green 170 ◦ blue 187

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

Shades of Pelorous #24AABB

Tints of Pelorous #24AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 9.16%
G = 43.26%
B = 47.58%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#24AABB (or 0x24AABB) is known color: Pelorous. HEX triplet: 24, AA and BB. RGB value is (36,170,187). Sum of RGB (Red+Green+Blue) = 36+170+187=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #24AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AABB is #DB5544. Grayscale: #838383. Windows color (decimal): -14374213 or 12298788. OLE color: 12298788.

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

Color convert

RGB 36 170 187 -
CMYK 0.81 0.09 0 0.27
HSL 186.76º 0.68% 0.44% -
HSV(B) 186.76º 0.81% 0.73% -
XYZ 24.07 32.71 52.06 -
YUV 131.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 36 170 187 0.81 0.09 0 0.27 186.76 0.68 0.44
Hex 24 AA BB 51 9 0 1B BB 44 2C
Octal 44 252 273 121 11 0 33 273 104 54
Binary 100100 10101010 10111011 1010001 1001 0 11011 10111011 1000100 101100

Color Harmonies of #24AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24AABB

Black with #24AABB

Text Example


Text Example

White with #24AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,170,187); }

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

background-color css

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

 a { background-color: rgb(36,170,187); }

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

border-color css

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

 span { border-color: rgb(36,170,187); }

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