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

📋 copy color: '#12CACE'

red 18 ◦ green 202 ◦ blue 206

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

Shades of Robin's Egg Blue #12CACE

Tints of Robin's Egg Blue #12CACE

RGB

 RED value IS 18 (7.42% from 255) = 4.23%

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

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

R = 4.23%
G = 47.42%
B = 48.36%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12CACE (or 0x12CACE) is known color: Robin's Egg Blue. HEX triplet: 12, CA and CE. RGB value is (18,202,206). Sum of RGB (Red+Green+Blue) = 18+202+206=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #12CACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CACE is #ED3531. Grayscale: #939393. Windows color (decimal): -15545650 or 13552146. OLE color: 13552146.

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

Color convert

RGB 18 202 206 -
CMYK 0.91 0.02 0 0.19
HSL 181.28º 0.84% 0.44% -
HSV(B) 181.28º 0.91% 0.81% -
XYZ 32.51 46.83 65.72 -
YUV 147.44 161.04 35.67 -
System Red Green Blue C M Y K H S L
Decimal 18 202 206 0.91 0.02 0 0.19 181.28 0.84 0.44
Hex 12 CA CE 5B 2 0 13 B5 54 2C
Octal 22 312 316 133 2 0 23 265 124 54
Binary 10010 11001010 11001110 1011011 10 0 10011 10110101 1010100 101100

Color Harmonies of #12CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CACE

Black with #12CACE

Text Example


Text Example

White with #12CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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