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

📋 copy color: '#01C3CF'

red 1 ◦ green 195 ◦ blue 207

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

Shades of Robin's Egg Blue #01C3CF

Tints of Robin's Egg Blue #01C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

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

R = 0.25%
G = 48.39%
B = 51.36%

CMYK

 C value IS 1.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01C3CF (or 0x01C3CF) is known color: Robin's Egg Blue. HEX triplet: 01, C3 and CF. RGB value is (1,195,207). Sum of RGB (Red+Green+Blue) = 1+195+207=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #01C3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C3CF is #FE3C30. Grayscale: #8A8A8A. Windows color (decimal): -16661553 or 13615873. OLE color: 13615873.

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

Color convert

RGB 1 195 207 -
CMYK 1.00 0.06 0 0.19
HSL 183.5º 0.99% 0.41% -
HSV(B) 183.5º 1% 0.81% -
XYZ 30.79 43.54 65.81 -
YUV 138.36 166.73 30.02 -
System Red Green Blue C M Y K H S L
Decimal 1 195 207 1.00 0.06 0 0.19 183.5 0.99 0.41
Hex 1 C3 CF 64 6 0 13 B7 63 29
Octal 1 303 317 144 6 0 23 267 143 51
Binary 1 11000011 11001111 1100100 110 0 10011 10110111 1100011 101001

Color Harmonies of #01C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C3CF

Black with #01C3CF

Text Example


Text Example

White with #01C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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