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

📋 copy color: '#01C8CF'

red 1 ◦ green 200 ◦ blue 207

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

Shades of Robin's Egg Blue #01C8CF

Tints of Robin's Egg Blue #01C8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 0.25%
G = 49.02%
B = 50.74%

CMYK

 C value IS 1.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01C8CF (or 0x01C8CF) is known color: Robin's Egg Blue. HEX triplet: 01, C8 and CF. RGB value is (1,200,207). Sum of RGB (Red+Green+Blue) = 1+200+207=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #01C8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C8CF is #FE3730. Grayscale: #8D8D8D. Windows color (decimal): -16660273 or 13617153. OLE color: 13617153.

HSL color Cylindrical-coordinate representation of color #01C8CF: hue angle of 182.04º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C8CF is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 200 207 -
CMYK 1.00 0.03 0 0.19
HSL 182.04º 0.99% 0.41% -
HSV(B) 182.04º 1% 0.81% -
XYZ 31.93 45.82 66.19 -
YUV 141.3 165.07 27.93 -
System Red Green Blue C M Y K H S L
Decimal 1 200 207 1.00 0.03 0 0.19 182.04 0.99 0.41
Hex 1 C8 CF 64 3 0 13 B6 63 29
Octal 1 310 317 144 3 0 23 266 143 51
Binary 1 11001000 11001111 1100100 11 0 10011 10110110 1100011 101001

Color Harmonies of #01C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C8CF

Black with #01C8CF

Text Example


Text Example

White with #01C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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