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

📋 copy color: '#01CFCC'

red 1 ◦ green 207 ◦ blue 204

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

Shades of Robin's Egg Blue #01CFCC

Tints of Robin's Egg Blue #01CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

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

R = 0.24%
G = 50.24%
B = 49.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#01CFCC (or 0x01CFCC) is known color: Robin's Egg Blue. HEX triplet: 01, CF and CC. RGB value is (1,207,204). Sum of RGB (Red+Green+Blue) = 1+207+204=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFCC is #FE3033. Grayscale: #909090. Windows color (decimal): -16658484 or 13422337. OLE color: 13422337.

HSL color Cylindrical-coordinate representation of color #01CFCC: hue angle of 179.13º 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 #01CFCC is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 204 -
CMYK 1.00 0 0.01 0.19
HSL 179.13º 0.99% 0.41% -
HSV(B) 179.13º 1% 0.81% -
XYZ 33.22 48.99 64.83 -
YUV 145.06 161.25 25.24 -
System Red Green Blue C M Y K H S L
Decimal 1 207 204 1.00 0 0.01 0.19 179.13 0.99 0.41
Hex 1 CF CC 64 0 1 13 B3 63 29
Octal 1 317 314 144 0 1 23 263 143 51
Binary 1 11001111 11001100 1100100 0 1 10011 10110011 1100011 101001

Color Harmonies of #01CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFCC

Black with #01CFCC

Text Example


Text Example

White with #01CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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