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

📋 copy color: '#0CE6B9'

red 12 ◦ green 230 ◦ blue 185

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

Shades of Robin's Egg Blue #0CE6B9

Tints of Robin's Egg Blue #0CE6B9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.86%

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 2.81%
G = 53.86%
B = 43.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#0CE6B9 (or 0x0CE6B9) is known color: Robin's Egg Blue. HEX triplet: 0C, E6 and B9. RGB value is (12,230,185). Sum of RGB (Red+Green+Blue) = 12+230+185=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE6B9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CE6B9 is #F31946. Grayscale: #9F9F9F. Windows color (decimal): -15931719 or 12183052. OLE color: 12183052.

HSL color Cylindrical-coordinate representation of color #0CE6B9: hue angle of 167.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE6B9 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 230 185 -
CMYK 0.95 0 0.20 0.10
HSL 167.61º 0.9% 0.47% -
HSV(B) 167.61º 0.95% 0.9% -
XYZ 37.21 60.17 55.55 -
YUV 159.69 142.28 22.66 -
System Red Green Blue C M Y K H S L
Decimal 12 230 185 0.95 0 0.20 0.10 167.61 0.9 0.47
Hex C E6 B9 5F 0 14 A A8 5A 2F
Octal 14 346 271 137 0 24 12 250 132 57
Binary 1100 11100110 10111001 1011111 0 10100 1010 10101000 1011010 101111

Color Harmonies of #0CE6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE6B9

Black with #0CE6B9

Text Example


Text Example

White with #0CE6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,230,185); }

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

background-color css

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

 a { background-color: rgb(12,230,185); }

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

border-color css

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

 span { border-color: rgb(12,230,185); }

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