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

📋 copy color: '#0BCDB5'

red 11 ◦ green 205 ◦ blue 181

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

Shades of Robin's Egg Blue #0BCDB5

Tints of Robin's Egg Blue #0BCDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.64%

 BLUE value IS 181 (71.09% from 255) = 45.59%

R = 2.77%
G = 51.64%
B = 45.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#0BCDB5 (or 0x0BCDB5) is known color: Robin's Egg Blue. HEX triplet: 0B, CD and B5. RGB value is (11,205,181). Sum of RGB (Red+Green+Blue) = 11+205+181=397 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.77% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDB5 is #F4324A. Grayscale: #909090. Windows color (decimal): -16003659 or 11914507. OLE color: 11914507.

HSL color Cylindrical-coordinate representation of color #0BCDB5: hue angle of 172.58º 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 #0BCDB5 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 181 -
CMYK 0.95 0 0.12 0.20
HSL 172.58º 0.9% 0.42% -
HSV(B) 172.58º 0.95% 0.8% -
XYZ 30.31 47.07 51.2 -
YUV 144.26 148.73 32.95 -
System Red Green Blue C M Y K H S L
Decimal 11 205 181 0.95 0 0.12 0.20 172.58 0.9 0.42
Hex B CD B5 5F 0 C 14 AD 5A 2A
Octal 13 315 265 137 0 14 24 255 132 52
Binary 1011 11001101 10110101 1011111 0 1100 10100 10101101 1011010 101010

Color Harmonies of #0BCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDB5

Black with #0BCDB5

Text Example


Text Example

White with #0BCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,181); }

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

background-color css

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

 a { background-color: rgb(11,205,181); }

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

border-color css

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

 span { border-color: rgb(11,205,181); }

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