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

📋 copy color: '#0BC3C2'

red 11 ◦ green 195 ◦ blue 194

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

Shades of Robin's Egg Blue #0BC3C2

Tints of Robin's Egg Blue #0BC3C2

RGB

 RED value IS 11 (4.69% from 255) = 2.75%

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

 BLUE value IS 194 (76.17% from 255) = 48.5%

R = 2.75%
G = 48.75%
B = 48.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#0BC3C2 (or 0x0BC3C2) is known color: Robin's Egg Blue. HEX triplet: 0B, C3 and C2. RGB value is (11,195,194). Sum of RGB (Red+Green+Blue) = 11+195+194=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC3C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC3C2 is #F43C3D. Grayscale: #8B8B8B. Windows color (decimal): -16006206 or 12763915. OLE color: 12763915.

HSL color Cylindrical-coordinate representation of color #0BC3C2: hue angle of 179.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC3C2 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 194 -
CMYK 0.94 0 0.01 0.24
HSL 179.67º 0.89% 0.4% -
HSV(B) 179.67º 0.94% 0.76% -
XYZ 29.39 43 57.79 -
YUV 139.87 158.54 36.08 -
System Red Green Blue C M Y K H S L
Decimal 11 195 194 0.94 0 0.01 0.24 179.67 0.89 0.4
Hex B C3 C2 5E 0 1 18 B4 59 28
Octal 13 303 302 136 0 1 30 264 131 50
Binary 1011 11000011 11000010 1011110 0 1 11000 10110100 1011001 101000

Color Harmonies of #0BC3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC3C2

Black with #0BC3C2

Text Example


Text Example

White with #0BC3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,194); }

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

background-color css

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

 a { background-color: rgb(11,195,194); }

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

border-color css

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

 span { border-color: rgb(11,195,194); }

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