Html Css Color HEX #24A2BC Pelorous

📋 copy color: '#24A2BC'

red 36 ◦ green 162 ◦ blue 188

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

Shades of Pelorous #24A2BC

Tints of Pelorous #24A2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 9.33%
G = 41.97%
B = 48.7%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#24A2BC (or 0x24A2BC) is known color: Pelorous. HEX triplet: 24, A2 and BC. RGB value is (36,162,188). Sum of RGB (Red+Green+Blue) = 36+162+188=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #24A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A2BC is #DB5D43. Grayscale: #7F7F7F. Windows color (decimal): -14376260 or 12362276. OLE color: 12362276.

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

Color convert

RGB 36 162 188 -
CMYK 0.81 0.14 0 0.26
HSL 190.26º 0.68% 0.44% -
HSV(B) 190.26º 0.81% 0.74% -
XYZ 22.72 29.85 52.14 -
YUV 127.29 162.26 62.89 -
System Red Green Blue C M Y K H S L
Decimal 36 162 188 0.81 0.14 0 0.26 190.26 0.68 0.44
Hex 24 A2 BC 51 E 0 1A BE 44 2C
Octal 44 242 274 121 16 0 32 276 104 54
Binary 100100 10100010 10111100 1010001 1110 0 11010 10111110 1000100 101100

Color Harmonies of #24A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A2BC

Black with #24A2BC

Text Example


Text Example

White with #24A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,162,188); }

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

background-color css

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

 a { background-color: rgb(36,162,188); }

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

border-color css

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

 span { border-color: rgb(36,162,188); }

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