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

📋 copy color: '#0BDBBE'

red 11 ◦ green 219 ◦ blue 190

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

Shades of Robin's Egg Blue #0BDBBE

Tints of Robin's Egg Blue #0BDBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 2.62%
G = 52.14%
B = 45.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#0BDBBE (or 0x0BDBBE) is known color: Robin's Egg Blue. HEX triplet: 0B, DB and BE. RGB value is (11,219,190). Sum of RGB (Red+Green+Blue) = 11+219+190=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBBE is #F42441. Grayscale: #999999. Windows color (decimal): -16000066 or 12507915. OLE color: 12507915.

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

Color convert

RGB 11 219 190 -
CMYK 0.95 0 0.13 0.14
HSL 171.63º 0.9% 0.45% -
HSV(B) 171.63º 0.95% 0.86% -
XYZ 34.76 54.45 57.39 -
YUV 153.5 148.59 26.36 -
System Red Green Blue C M Y K H S L
Decimal 11 219 190 0.95 0 0.13 0.14 171.63 0.9 0.45
Hex B DB BE 5F 0 D E AC 5A 2D
Octal 13 333 276 137 0 15 16 254 132 55
Binary 1011 11011011 10111110 1011111 0 1101 1110 10101100 1011010 101101

Color Harmonies of #0BDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDBBE

Black with #0BDBBE

Text Example


Text Example

White with #0BDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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