Html Css Color HEX #0BB9DE Iris Blue

📋 copy color: '#0BB9DE'

red 11 ◦ green 185 ◦ blue 222

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

Shades of Iris Blue #0BB9DE

Tints of Iris Blue #0BB9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 2.63%
G = 44.26%
B = 53.11%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BB9DE (or 0x0BB9DE) is known color: Iris Blue. HEX triplet: 0B, B9 and DE. RGB value is (11,185,222). Sum of RGB (Red+Green+Blue) = 11+185+222=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BB9DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB9DE is #F44621. Grayscale: #888888. Windows color (decimal): -16008738 or 14596363. OLE color: 14596363.

HSL color Cylindrical-coordinate representation of color #0BB9DE: hue angle of 190.52º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB9DE is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 185 222 -
CMYK 0.95 0.17 0 0.13
HSL 190.52º 0.91% 0.46% -
HSV(B) 190.52º 0.95% 0.87% -
XYZ 30.67 40.04 75.22 -
YUV 137.19 175.85 37.99 -
System Red Green Blue C M Y K H S L
Decimal 11 185 222 0.95 0.17 0 0.13 190.52 0.91 0.46
Hex B B9 DE 5F 11 0 D BF 5B 2E
Octal 13 271 336 137 21 0 15 277 133 56
Binary 1011 10111001 11011110 1011111 10001 0 1101 10111111 1011011 101110

Color Harmonies of #0BB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB9DE

Black with #0BB9DE

Text Example


Text Example

White with #0BB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,185,222); }

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

background-color css

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

 a { background-color: rgb(11,185,222); }

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

border-color css

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

 span { border-color: rgb(11,185,222); }

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