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

📋 copy color: '#0CC3CF'

red 12 ◦ green 195 ◦ blue 207

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

Shades of Robin's Egg Blue #0CC3CF

Tints of Robin's Egg Blue #0CC3CF

RGB

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

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

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

R = 2.9%
G = 47.1%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CC3CF (or 0x0CC3CF) is known color: Robin's Egg Blue. HEX triplet: 0C, C3 and CF. RGB value is (12,195,207). Sum of RGB (Red+Green+Blue) = 12+195+207=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CC3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC3CF is #F33C30. Grayscale: #8D8D8D. Windows color (decimal): -15940657 or 13615884. OLE color: 13615884.

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

Color convert

RGB 12 195 207 -
CMYK 0.94 0.06 0 0.19
HSL 183.69º 0.89% 0.43% -
HSV(B) 183.69º 0.94% 0.81% -
XYZ 30.93 43.61 65.82 -
YUV 141.65 164.87 35.52 -
System Red Green Blue C M Y K H S L
Decimal 12 195 207 0.94 0.06 0 0.19 183.69 0.89 0.43
Hex C C3 CF 5E 6 0 13 B8 59 2B
Octal 14 303 317 136 6 0 23 270 131 53
Binary 1100 11000011 11001111 1011110 110 0 10011 10111000 1011001 101011

Color Harmonies of #0CC3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC3CF

Black with #0CC3CF

Text Example


Text Example

White with #0CC3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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