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

📋 copy color: '#01C4CF'

red 1 ◦ green 196 ◦ blue 207

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

Shades of Robin's Egg Blue #01C4CF

Tints of Robin's Egg Blue #01C4CF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.51%

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

R = 0.25%
G = 48.51%
B = 51.24%

CMYK

 C value IS 1.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01C4CF (or 0x01C4CF) is known color: Robin's Egg Blue. HEX triplet: 01, C4 and CF. RGB value is (1,196,207). Sum of RGB (Red+Green+Blue) = 1+196+207=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #01C4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C4CF is #FE3B30. Grayscale: #8A8A8A. Windows color (decimal): -16661297 or 13616129. OLE color: 13616129.

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

Color convert

RGB 1 196 207 -
CMYK 1.00 0.05 0 0.19
HSL 183.2º 0.99% 0.41% -
HSV(B) 183.2º 1% 0.81% -
XYZ 31.01 43.99 65.89 -
YUV 138.95 166.4 29.61 -
System Red Green Blue C M Y K H S L
Decimal 1 196 207 1.00 0.05 0 0.19 183.2 0.99 0.41
Hex 1 C4 CF 64 5 0 13 B7 63 29
Octal 1 304 317 144 5 0 23 267 143 51
Binary 1 11000100 11001111 1100100 101 0 10011 10110111 1100011 101001

Color Harmonies of #01C4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C4CF

Black with #01C4CF

Text Example


Text Example

White with #01C4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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