Html Css Color HEX #00C1CF Robin's Egg Blue

📋 copy color: '#00C1CF'

red 0 ◦ green 193 ◦ blue 207

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

Shades of Robin's Egg Blue #00C1CF

Tints of Robin's Egg Blue #00C1CF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 193 (75.78% from 255) = 48.25%

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

R = 0%
G = 48.25%
B = 51.75%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00C1CF (or 0x00C1CF) is known color: Robin's Egg Blue. HEX triplet: 00, C1 and CF. RGB value is (0,193,207). Sum of RGB (Red+Green+Blue) = 0+193+207=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #00C1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1CF is #FF3E30. Grayscale: #888888. Windows color (decimal): -16727601 or 13615360. OLE color: 13615360.

HSL color Cylindrical-coordinate representation of color #00C1CF: hue angle of 184.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C1CF is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 193 207 -
CMYK 1 0.07 0 0.19
HSL 184.06º 1% 0.41% -
HSV(B) 184.06º 1% 0.81% -
XYZ 30.33 42.64 65.66 -
YUV 136.89 167.56 30.36 -
System Red Green Blue C M Y K H S L
Decimal 0 193 207 1 0.07 0 0.19 184.06 1 0.41
Hex 0 C1 CF 64 7 0 13 B8 64 29
Octal 0 301 317 144 7 0 23 270 144 51
Binary 0 11000001 11001111 1100100 111 0 10011 10111000 1100100 101001

Color Harmonies of #00C1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C1CF

Black with #00C1CF

Text Example


Text Example

White with #00C1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C1CF; }

 p { color: rgb(0,193,207); }

 H1.HeaderClassName
 {
   color: #00C1CF;
 }
 .AnyTagClassName
 {
   color: #00C1CF;
 }
</style>

background-color css

<style>
 a { background-color: #00C1CF; }

 a { background-color: rgb(0,193,207); }

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

border-color css

<style>
 span { border-color: #00C1CF; }

 span { border-color: rgb(0,193,207); }

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