Html Css Color HEX #01C8CC Robin's Egg Blue

📋 copy color: '#01C8CC'

red 1 ◦ green 200 ◦ blue 204

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

Shades of Robin's Egg Blue #01C8CC

Tints of Robin's Egg Blue #01C8CC

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 200 (78.52% from 255) = 49.38%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 0.25%
G = 49.38%
B = 50.37%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01C8CC (or 0x01C8CC) is known color: Robin's Egg Blue. HEX triplet: 01, C8 and CC. RGB value is (1,200,204). Sum of RGB (Red+Green+Blue) = 1+200+204=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #01C8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C8CC is #FE3733. Grayscale: #8C8C8C. Windows color (decimal): -16660276 or 13420545. OLE color: 13420545.

HSL color Cylindrical-coordinate representation of color #01C8CC: hue angle of 181.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C8CC is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 200 204 -
CMYK 1.00 0.02 0 0.2
HSL 181.18º 0.99% 0.4% -
HSV(B) 181.18º 1% 0.8% -
XYZ 31.57 45.67 64.28 -
YUV 140.96 163.57 28.17 -
System Red Green Blue C M Y K H S L
Decimal 1 200 204 1.00 0.02 0 0.2 181.18 0.99 0.4
Hex 1 C8 CC 64 2 0 14 B5 63 28
Octal 1 310 314 144 2 0 24 265 143 50
Binary 1 11001000 11001100 1100100 10 0 10100 10110101 1100011 101000

Color Harmonies of #01C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C8CC

Black with #01C8CC

Text Example


Text Example

White with #01C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C8CC; }

 p { color: rgb(1,200,204); }

 H1.HeaderClassName
 {
   color: #01C8CC;
 }
 .AnyTagClassName
 {
   color: #01C8CC;
 }
</style>

background-color css

<style>
 a { background-color: #01C8CC; }

 a { background-color: rgb(1,200,204); }

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

border-color css

<style>
 span { border-color: #01C8CC; }

 span { border-color: rgb(1,200,204); }

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