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

📋 copy color: '#0BC6CB'

red 11 ◦ green 198 ◦ blue 203

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

Shades of Robin's Egg Blue #0BC6CB

Tints of Robin's Egg Blue #0BC6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.06%

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 2.67%
G = 48.06%
B = 49.27%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BC6CB (or 0x0BC6CB) is known color: Robin's Egg Blue. HEX triplet: 0B, C6 and CB. RGB value is (11,198,203). Sum of RGB (Red+Green+Blue) = 11+198+203=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BC6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC6CB is #F43934. Grayscale: #8E8E8E. Windows color (decimal): -16005429 or 13354507. OLE color: 13354507.

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

Color convert

RGB 11 198 203 -
CMYK 0.95 0.02 0 0.20
HSL 181.56º 0.9% 0.42% -
HSV(B) 181.56º 0.95% 0.8% -
XYZ 31.11 44.77 63.5 -
YUV 142.66 162.05 34.09 -
System Red Green Blue C M Y K H S L
Decimal 11 198 203 0.95 0.02 0 0.20 181.56 0.9 0.42
Hex B C6 CB 5F 2 0 14 B6 5A 2A
Octal 13 306 313 137 2 0 24 266 132 52
Binary 1011 11000110 11001011 1011111 10 0 10100 10110110 1011010 101010

Color Harmonies of #0BC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC6CB

Black with #0BC6CB

Text Example


Text Example

White with #0BC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,198,203); }

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

background-color css

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

 a { background-color: rgb(11,198,203); }

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

border-color css

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

 span { border-color: rgb(11,198,203); }

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