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

📋 copy color: '#0BDBC2'

red 11 ◦ green 219 ◦ blue 194

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

Shades of Robin's Egg Blue #0BDBC2

Tints of Robin's Egg Blue #0BDBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.65%

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

R = 2.59%
G = 51.65%
B = 45.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#0BDBC2 (or 0x0BDBC2) is known color: Robin's Egg Blue. HEX triplet: 0B, DB and C2. RGB value is (11,219,194). Sum of RGB (Red+Green+Blue) = 11+219+194=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBC2 is #F4243D. Grayscale: #999999. Windows color (decimal): -16000062 or 12770059. OLE color: 12770059.

HSL color Cylindrical-coordinate representation of color #0BDBC2: hue angle of 172.79º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDBC2 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 219 194 -
CMYK 0.95 0 0.11 0.14
HSL 172.79º 0.9% 0.45% -
HSV(B) 172.79º 0.95% 0.86% -
XYZ 35.21 54.63 59.73 -
YUV 153.96 150.59 26.03 -
System Red Green Blue C M Y K H S L
Decimal 11 219 194 0.95 0 0.11 0.14 172.79 0.9 0.45
Hex B DB C2 5F 0 B E AD 5A 2D
Octal 13 333 302 137 0 13 16 255 132 55
Binary 1011 11011011 11000010 1011111 0 1011 1110 10101101 1011010 101101

Color Harmonies of #0BDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDBC2

Black with #0BDBC2

Text Example


Text Example

White with #0BDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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