Html Css Color HEX #0CDAC6 Robin's Egg Blue

📋 copy color: '#0CDAC6'

red 12 ◦ green 218 ◦ blue 198

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

Shades of Robin's Egg Blue #0CDAC6

Tints of Robin's Egg Blue #0CDAC6

RGB

 RED value IS 12 (5.08% from 255) = 2.8%

 GREEN value IS 218 (85.55% from 255) = 50.93%

 BLUE value IS 198 (77.73% from 255) = 46.26%

R = 2.8%
G = 50.93%
B = 46.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#0CDAC6 (or 0x0CDAC6) is known color: Robin's Egg Blue. HEX triplet: 0C, DA and C6. RGB value is (12,218,198). Sum of RGB (Red+Green+Blue) = 12+218+198=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDAC6 is #F32539. Grayscale: #9A9A9A. Windows color (decimal): -15934778 or 13031948. OLE color: 13031948.

HSL color Cylindrical-coordinate representation of color #0CDAC6: hue angle of 174.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDAC6 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 218 198 -
CMYK 0.94 0 0.09 0.15
HSL 174.17º 0.9% 0.45% -
HSV(B) 174.17º 0.94% 0.85% -
XYZ 35.42 54.3 62.04 -
YUV 154.13 152.75 26.63 -
System Red Green Blue C M Y K H S L
Decimal 12 218 198 0.94 0 0.09 0.15 174.17 0.9 0.45
Hex C DA C6 5E 0 9 F AE 5A 2D
Octal 14 332 306 136 0 11 17 256 132 55
Binary 1100 11011010 11000110 1011110 0 1001 1111 10101110 1011010 101101

Color Harmonies of #0CDAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDAC6

Black with #0CDAC6

Text Example


Text Example

White with #0CDAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CDAC6; }

 p { color: rgb(12,218,198); }

 H1.HeaderClassName
 {
   color: #0CDAC6;
 }
 .AnyTagClassName
 {
   color: #0CDAC6;
 }
</style>

background-color css

<style>
 a { background-color: #0CDAC6; }

 a { background-color: rgb(12,218,198); }

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

border-color css

<style>
 span { border-color: #0CDAC6; }

 span { border-color: rgb(12,218,198); }

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