Html Css Color HEX #0BB6DD Iris Blue

📋 copy color: '#0BB6DD'

red 11 ◦ green 182 ◦ blue 221

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

Shades of Iris Blue #0BB6DD

Tints of Iris Blue #0BB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

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

R = 2.66%
G = 43.96%
B = 53.38%

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

#0BB6DD (or 0x0BB6DD) is known color: Iris Blue. HEX triplet: 0B, B6 and DD. RGB value is (11,182,221). Sum of RGB (Red+Green+Blue) = 11+182+221=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BB6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB6DD is #F44922. Grayscale: #868686. Windows color (decimal): -16009507 or 14530059. OLE color: 14530059.

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

Color convert

RGB 11 182 221 -
CMYK 0.95 0.18 0 0.13
HSL 191.14º 0.91% 0.45% -
HSV(B) 191.14º 0.95% 0.87% -
XYZ 29.92 38.75 74.31 -
YUV 135.32 176.35 39.33 -
System Red Green Blue C M Y K H S L
Decimal 11 182 221 0.95 0.18 0 0.13 191.14 0.91 0.45
Hex B B6 DD 5F 12 0 D BF 5B 2D
Octal 13 266 335 137 22 0 15 277 133 55
Binary 1011 10110110 11011101 1011111 10010 0 1101 10111111 1011011 101101

Color Harmonies of #0BB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB6DD

Black with #0BB6DD

Text Example


Text Example

White with #0BB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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