#24A8BC

Color #24A8BC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #24A8BC

Tints of Pelorous #24A8BC

Color information

#24A8BC (or 0x24A8BC) is unknown color: approx Pelorous. HEX triplet: 24, A8 and BC. RGB value is (36,168,188). Sum of RGB (Red+Green+Blue) = 36+168+188=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #24A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A8BC is #DB5743. Grayscale: #828282. Windows color (decimal): -14374724 or 12363812. OLE color: 12363812.

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

Color convert

RGB36168188-
CMYK0.810.1100.26
HSL187.89º67.86%43.92%-
HSV(B)187.89º80.85%73.73%-
XYZ23.8132.0152.5-
YUV130.81160.2760.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.18%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=9.18%
G=42.86%
B=47.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361681880.810.1100.26187.8967.8643.92
Hex24A8BC51B01Abc442c
Octal442502741211303227410454
Binary100100101010001011110010100011011011010101111001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24A8BC;
 }
 .AnyTagClassName
 {
   color: #24A8BC;
 }
</style>
background-color css

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

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

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

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

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

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