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

📋 copy color: '#01CFCD'

red 1 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #01CFCD

Tints of Robin's Egg Blue #01CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 0.24%
G = 50.12%
B = 49.64%

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

#01CFCD (or 0x01CFCD) is known color: Robin's Egg Blue. HEX triplet: 01, CF and CD. RGB value is (1,207,205). Sum of RGB (Red+Green+Blue) = 1+207+205=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFCD is #FE3032. Grayscale: #909090. Windows color (decimal): -16658483 or 13487873. OLE color: 13487873.

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

Color convert

RGB 1 207 205 -
CMYK 1.00 0 0.01 0.19
HSL 179.42º 0.99% 0.41% -
HSV(B) 179.42º 1% 0.81% -
XYZ 33.34 49.04 65.47 -
YUV 145.18 161.75 25.16 -
System Red Green Blue C M Y K H S L
Decimal 1 207 205 1.00 0 0.01 0.19 179.42 0.99 0.41
Hex 1 CF CD 64 0 1 13 B3 63 29
Octal 1 317 315 144 0 1 23 263 143 51
Binary 1 11001111 11001101 1100100 0 1 10011 10110011 1100011 101001

Color Harmonies of #01CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFCD

Black with #01CFCD

Text Example


Text Example

White with #01CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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