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

📋 copy color: '#01CACF'

red 1 ◦ green 202 ◦ blue 207

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

Shades of Robin's Egg Blue #01CACF

Tints of Robin's Egg Blue #01CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.27%

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

R = 0.24%
G = 49.27%
B = 50.49%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01CACF (or 0x01CACF) is known color: Robin's Egg Blue. HEX triplet: 01, CA and CF. RGB value is (1,202,207). Sum of RGB (Red+Green+Blue) = 1+202+207=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #01CACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CACF is #FE3530. Grayscale: #8E8E8E. Windows color (decimal): -16659761 or 13617665. OLE color: 13617665.

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

Color convert

RGB 1 202 207 -
CMYK 1.00 0.02 0 0.19
HSL 181.46º 0.99% 0.41% -
HSV(B) 181.46º 1% 0.81% -
XYZ 32.4 46.75 66.35 -
YUV 142.47 164.41 27.09 -
System Red Green Blue C M Y K H S L
Decimal 1 202 207 1.00 0.02 0 0.19 181.46 0.99 0.41
Hex 1 CA CF 64 2 0 13 B5 63 29
Octal 1 312 317 144 2 0 23 265 143 51
Binary 1 11001010 11001111 1100100 10 0 10011 10110101 1100011 101001

Color Harmonies of #01CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CACF

Black with #01CACF

Text Example


Text Example

White with #01CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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