Html Css Color HEX #0BB1D3 Iris Blue

📋 copy color: '#0BB1D3'

red 11 ◦ green 177 ◦ blue 211

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

Shades of Iris Blue #0BB1D3

Tints of Iris Blue #0BB1D3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.36%

 BLUE value IS 211 (82.81% from 255) = 52.88%

R = 2.76%
G = 44.36%
B = 52.88%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0BB1D3 (or 0x0BB1D3) is known color: Iris Blue. HEX triplet: 0B, B1 and D3. RGB value is (11,177,211). Sum of RGB (Red+Green+Blue) = 11+177+211=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #0BB1D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB1D3 is #F44E2C. Grayscale: #828282. Windows color (decimal): -16010797 or 13873419. OLE color: 13873419.

HSL color Cylindrical-coordinate representation of color #0BB1D3: hue angle of 190.2º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB1D3 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 177 211 -
CMYK 0.95 0.16 0 0.17
HSL 190.2º 0.9% 0.44% -
HSV(B) 190.2º 0.95% 0.83% -
XYZ 27.62 36.22 67.16 -
YUV 131.24 173 42.24 -
System Red Green Blue C M Y K H S L
Decimal 11 177 211 0.95 0.16 0 0.17 190.2 0.9 0.44
Hex B B1 D3 5F 10 0 11 BE 5A 2C
Octal 13 261 323 137 20 0 21 276 132 54
Binary 1011 10110001 11010011 1011111 10000 0 10001 10111110 1011010 101100

Color Harmonies of #0BB1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB1D3

Black with #0BB1D3

Text Example


Text Example

White with #0BB1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,177,211); }

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

background-color css

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

 a { background-color: rgb(11,177,211); }

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

border-color css

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

 span { border-color: rgb(11,177,211); }

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