Html Css Color HEX #0BB8DD Iris Blue

📋 copy color: '#0BB8DD'

red 11 ◦ green 184 ◦ blue 221

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

Shades of Iris Blue #0BB8DD

Tints of Iris Blue #0BB8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 2.64%
G = 44.23%
B = 53.13%

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

#0BB8DD (or 0x0BB8DD) is known color: Iris Blue. HEX triplet: 0B, B8 and DD. RGB value is (11,184,221). Sum of RGB (Red+Green+Blue) = 11+184+221=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BB8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB8DD is #F44722. Grayscale: #888888. Windows color (decimal): -16008995 or 14530571. OLE color: 14530571.

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

Color convert

RGB 11 184 221 -
CMYK 0.95 0.17 0 0.13
HSL 190.57º 0.91% 0.45% -
HSV(B) 190.57º 0.95% 0.87% -
XYZ 30.33 39.57 74.45 -
YUV 136.49 175.69 38.49 -
System Red Green Blue C M Y K H S L
Decimal 11 184 221 0.95 0.17 0 0.13 190.57 0.91 0.45
Hex B B8 DD 5F 11 0 D BF 5B 2D
Octal 13 270 335 137 21 0 15 277 133 55
Binary 1011 10111000 11011101 1011111 10001 0 1101 10111111 1011011 101101

Color Harmonies of #0BB8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB8DD

Black with #0BB8DD

Text Example


Text Example

White with #0BB8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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