Html Css Color HEX #0CC7CF Robin's Egg Blue

📋 copy color: '#0CC7CF'

red 12 ◦ green 199 ◦ blue 207

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

Shades of Robin's Egg Blue #0CC7CF

Tints of Robin's Egg Blue #0CC7CF

RGB

 RED value IS 12 (5.08% from 255) = 2.87%

 GREEN value IS 199 (78.13% from 255) = 47.61%

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

R = 2.87%
G = 47.61%
B = 49.52%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CC7CF (or 0x0CC7CF) is known color: Robin's Egg Blue. HEX triplet: 0C, C7 and CF. RGB value is (12,199,207). Sum of RGB (Red+Green+Blue) = 12+199+207=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CC7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC7CF is #F33830. Grayscale: #8F8F8F. Windows color (decimal): -15939633 or 13616908. OLE color: 13616908.

HSL color Cylindrical-coordinate representation of color #0CC7CF: hue angle of 182.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC7CF is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 199 207 -
CMYK 0.94 0.04 0 0.19
HSL 182.46º 0.89% 0.43% -
HSV(B) 182.46º 0.94% 0.81% -
XYZ 31.84 45.43 66.12 -
YUV 144 163.55 33.85 -
System Red Green Blue C M Y K H S L
Decimal 12 199 207 0.94 0.04 0 0.19 182.46 0.89 0.43
Hex C C7 CF 5E 4 0 13 B6 59 2B
Octal 14 307 317 136 4 0 23 266 131 53
Binary 1100 11000111 11001111 1011110 100 0 10011 10110110 1011001 101011

Color Harmonies of #0CC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC7CF

Black with #0CC7CF

Text Example


Text Example

White with #0CC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CC7CF; }

 p { color: rgb(12,199,207); }

 H1.HeaderClassName
 {
   color: #0CC7CF;
 }
 .AnyTagClassName
 {
   color: #0CC7CF;
 }
</style>

background-color css

<style>
 a { background-color: #0CC7CF; }

 a { background-color: rgb(12,199,207); }

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

border-color css

<style>
 span { border-color: #0CC7CF; }

 span { border-color: rgb(12,199,207); }

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