Html Css Color HEX #0BB0DF Iris Blue

📋 copy color: '#0BB0DF'

red 11 ◦ green 176 ◦ blue 223

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

Shades of Iris Blue #0BB0DF

Tints of Iris Blue #0BB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.93%

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 2.68%
G = 42.93%
B = 54.39%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BB0DF (or 0x0BB0DF) is known color: Iris Blue. HEX triplet: 0B, B0 and DF. RGB value is (11,176,223). Sum of RGB (Red+Green+Blue) = 11+176+223=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BB0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB0DF is #F44F20. Grayscale: #838383. Windows color (decimal): -16011041 or 14659595. OLE color: 14659595.

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

Color convert

RGB 11 176 223 -
CMYK 0.95 0.21 0 0.13
HSL 193.3º 0.91% 0.46% -
HSV(B) 193.3º 0.95% 0.87% -
XYZ 28.98 36.45 75.32 -
YUV 132.02 179.34 41.68 -
System Red Green Blue C M Y K H S L
Decimal 11 176 223 0.95 0.21 0 0.13 193.3 0.91 0.46
Hex B B0 DF 5F 15 0 D C1 5B 2E
Octal 13 260 337 137 25 0 15 301 133 56
Binary 1011 10110000 11011111 1011111 10101 0 1101 11000001 1011011 101110

Color Harmonies of #0BB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB0DF

Black with #0BB0DF

Text Example


Text Example

White with #0BB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,176,223); }

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

background-color css

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

 a { background-color: rgb(11,176,223); }

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

border-color css

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

 span { border-color: rgb(11,176,223); }

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