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

📋 copy color: '#0BD6CC'

red 11 ◦ green 214 ◦ blue 204

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

Shades of Robin's Egg Blue #0BD6CC

Tints of Robin's Egg Blue #0BD6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 2.56%
G = 49.88%
B = 47.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0BD6CC (or 0x0BD6CC) is known color: Robin's Egg Blue. HEX triplet: 0B, D6 and CC. RGB value is (11,214,204). Sum of RGB (Red+Green+Blue) = 11+214+204=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD6CC is #F42933. Grayscale: #989898. Windows color (decimal): -16001332 or 13424139. OLE color: 13424139.

HSL color Cylindrical-coordinate representation of color #0BD6CC: hue angle of 177.04º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD6CC is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 214 204 -
CMYK 0.95 0 0.05 0.16
HSL 177.04º 0.9% 0.44% -
HSV(B) 177.04º 0.95% 0.84% -
XYZ 35.08 52.52 65.42 -
YUV 152.16 157.25 27.31 -
System Red Green Blue C M Y K H S L
Decimal 11 214 204 0.95 0 0.05 0.16 177.04 0.9 0.44
Hex B D6 CC 5F 0 5 10 B1 5A 2C
Octal 13 326 314 137 0 5 20 261 132 54
Binary 1011 11010110 11001100 1011111 0 101 10000 10110001 1011010 101100

Color Harmonies of #0BD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD6CC

Black with #0BD6CC

Text Example


Text Example

White with #0BD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,214,204); }

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

background-color css

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

 a { background-color: rgb(11,214,204); }

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

border-color css

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

 span { border-color: rgb(11,214,204); }

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