#24A5BA

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

Shades of Pelorous #24A5BA

Tints of Pelorous #24A5BA

Color information

#24A5BA (or 0x24A5BA) is unknown color: approx Pelorous. HEX triplet: 24, A5 and BA. RGB value is (36,165,186). Sum of RGB (Red+Green+Blue) = 36+165+186=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #24A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A5BA is #DB5A45. Grayscale: #808080. Windows color (decimal): -14375494 or 12231972. OLE color: 12231972.

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

Color convert

RGB36165186-
CMYK0.810.1100.27
HSL188.4º67.57%43.53%-
HSV(B)188.4º80.65%72.94%-
XYZ23.0530.8351.19-
YUV128.82160.2661.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.30%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=9.30%
G=42.64%
B=48.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361651860.810.1100.27188.467.5743.53
Hex24A5BA51B01Bbc442c
Octal442452721211303327410454
Binary100100101001011011101010100011011011011101111001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,165,186); }

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

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

 a { background-color: rgb(36,165,186); }

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

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

 span { border-color: rgb(36,165,186); }

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