Html Css Color HEX #18CACE Robin's Egg Blue

📋 copy color: '#18CACE'

red 24 ◦ green 202 ◦ blue 206

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

Shades of Robin's Egg Blue #18CACE

Tints of Robin's Egg Blue #18CACE

RGB

 RED value IS 24 (9.77% from 255) = 5.56%

 GREEN value IS 202 (79.3% from 255) = 46.76%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 5.56%
G = 46.76%
B = 47.69%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18CACE (or 0x18CACE) is known color: Robin's Egg Blue. HEX triplet: 18, CA and CE. RGB value is (24,202,206). Sum of RGB (Red+Green+Blue) = 24+202+206=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #18CACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CACE is #E73531. Grayscale: #959595. Windows color (decimal): -15152434 or 13552152. OLE color: 13552152.

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

Color convert

RGB 24 202 206 -
CMYK 0.88 0.02 0 0.19
HSL 181.32º 0.79% 0.45% -
HSV(B) 181.32º 0.88% 0.81% -
XYZ 32.64 46.89 65.72 -
YUV 149.23 160.03 38.67 -
System Red Green Blue C M Y K H S L
Decimal 24 202 206 0.88 0.02 0 0.19 181.32 0.79 0.45
Hex 18 CA CE 58 2 0 13 B5 4F 2D
Octal 30 312 316 130 2 0 23 265 117 55
Binary 11000 11001010 11001110 1011000 10 0 10011 10110101 1001111 101101

Color Harmonies of #18CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CACE

Black with #18CACE

Text Example


Text Example

White with #18CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18CACE;
 }
 .AnyTagClassName
 {
   color: #18CACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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