Html Css Color HEX #0BB5DB Iris Blue

📋 copy color: '#0BB5DB'

red 11 ◦ green 181 ◦ blue 219

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

Shades of Iris Blue #0BB5DB

Tints of Iris Blue #0BB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.04%

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 2.68%
G = 44.04%
B = 53.28%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BB5DB (or 0x0BB5DB) is known color: Iris Blue. HEX triplet: 0B, B5 and DB. RGB value is (11,181,219). Sum of RGB (Red+Green+Blue) = 11+181+219=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BB5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB5DB is #F44A24. Grayscale: #868686. Windows color (decimal): -16009765 or 14398731. OLE color: 14398731.

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

Color convert

RGB 11 181 219 -
CMYK 0.95 0.17 0 0.14
HSL 190.96º 0.9% 0.45% -
HSV(B) 190.96º 0.95% 0.86% -
XYZ 29.45 38.23 72.85 -
YUV 134.5 175.68 39.91 -
System Red Green Blue C M Y K H S L
Decimal 11 181 219 0.95 0.17 0 0.14 190.96 0.9 0.45
Hex B B5 DB 5F 11 0 E BF 5A 2D
Octal 13 265 333 137 21 0 16 277 132 55
Binary 1011 10110101 11011011 1011111 10001 0 1110 10111111 1011010 101101

Color Harmonies of #0BB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB5DB

Black with #0BB5DB

Text Example


Text Example

White with #0BB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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