#18CACD

Color #18CACD Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #18CACD

Tints of Robin's Egg Blue #18CACD

Color information

#18CACD (or 0x18CACD) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CA and CD. RGB value is (24,202,205). Sum of RGB (Red+Green+Blue) = 24+202+205=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #18CACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CACD is #E73532. Grayscale: #949494. Windows color (decimal): -15152435 or 13486616. OLE color: 13486616.

HSL color Cylindrical-coordinate representation of color #18CACD: hue angle of 180.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CACD is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB24202205-
CMYK0.880.0100.20
HSL180.99º79.04%44.9%-
HSV(B)180.99º88.29%80.39%-
XYZ32.5246.8465.09-
YUV149.12159.5338.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.57%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=5.57%
G=46.87%
B=47.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242022050.880.0100.20180.9979.0444.9
Hex18CACD581014b54f2d
Octal30312315130102426511755
Binary11000110010101100110110110001010100101101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18CACD; }

 p { color: rgb(24,202,205); }

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

<style>
 a { background-color: #18CACD; }

 a { background-color: rgb(24,202,205); }

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

<style>
 span { border-color: #18CACD; }

 span { border-color: rgb(24,202,205); }

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