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

📋 copy color: '#01CECD'

red 1 ◦ green 206 ◦ blue 205

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

Shades of Robin's Egg Blue #01CECD

Tints of Robin's Egg Blue #01CECD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50%

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

R = 0.24%
G = 50%
B = 49.76%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#01CECD (or 0x01CECD) is known color: Robin's Egg Blue. HEX triplet: 01, CE and CD. RGB value is (1,206,205). Sum of RGB (Red+Green+Blue) = 1+206+205=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #01CECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CECD is #FE3132. Grayscale: #909090. Windows color (decimal): -16658739 or 13487617. OLE color: 13487617.

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

Color convert

RGB 1 206 205 -
CMYK 1.00 0 0.00 0.19
HSL 179.71º 0.99% 0.41% -
HSV(B) 179.71º 1% 0.81% -
XYZ 33.1 48.56 65.39 -
YUV 144.59 162.08 25.58 -
System Red Green Blue C M Y K H S L
Decimal 1 206 205 1.00 0 0.00 0.19 179.71 0.99 0.41
Hex 1 CE CD 64 0 0 13 B4 63 29
Octal 1 316 315 144 0 0 23 264 143 51
Binary 1 11001110 11001101 1100100 0 0 10011 10110100 1100011 101001

Color Harmonies of #01CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CECD

Black with #01CECD

Text Example


Text Example

White with #01CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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