Html Css Color HEX #0BB5DD Iris Blue

📋 copy color: '#0BB5DD'

red 11 ◦ green 181 ◦ blue 221

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

Shades of Iris Blue #0BB5DD

Tints of Iris Blue #0BB5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 2.66%
G = 43.83%
B = 53.51%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BB5DD (or 0x0BB5DD) is known color: Iris Blue. HEX triplet: 0B, B5 and DD. RGB value is (11,181,221). Sum of RGB (Red+Green+Blue) = 11+181+221=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BB5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB5DD is #F44A22. Grayscale: #868686. Windows color (decimal): -16009763 or 14529803. OLE color: 14529803.

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

Color convert

RGB 11 181 221 -
CMYK 0.95 0.18 0 0.13
HSL 191.43º 0.91% 0.45% -
HSV(B) 191.43º 0.95% 0.87% -
XYZ 29.71 38.34 74.24 -
YUV 134.73 176.68 39.75 -
System Red Green Blue C M Y K H S L
Decimal 11 181 221 0.95 0.18 0 0.13 191.43 0.91 0.45
Hex B B5 DD 5F 12 0 D BF 5B 2D
Octal 13 265 335 137 22 0 15 277 133 55
Binary 1011 10110101 11011101 1011111 10010 0 1101 10111111 1011011 101101

Color Harmonies of #0BB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB5DD

Black with #0BB5DD

Text Example


Text Example

White with #0BB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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