Html Css Color HEX #0BBBDE Iris Blue

📋 copy color: '#0BBBDE'

red 11 ◦ green 187 ◦ blue 222

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

Shades of Iris Blue #0BBBDE

Tints of Iris Blue #0BBBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 2.62%
G = 44.52%
B = 52.86%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BBBDE (or 0x0BBBDE) is known color: Iris Blue. HEX triplet: 0B, BB and DE. RGB value is (11,187,222). Sum of RGB (Red+Green+Blue) = 11+187+222=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BBBDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBDE is #F44421. Grayscale: #8A8A8A. Windows color (decimal): -16008226 or 14596875. OLE color: 14596875.

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

Color convert

RGB 11 187 222 -
CMYK 0.95 0.16 0 0.13
HSL 189.95º 0.91% 0.46% -
HSV(B) 189.95º 0.95% 0.87% -
XYZ 31.09 40.89 75.36 -
YUV 138.37 175.19 37.15 -
System Red Green Blue C M Y K H S L
Decimal 11 187 222 0.95 0.16 0 0.13 189.95 0.91 0.46
Hex B BB DE 5F 10 0 D BE 5B 2E
Octal 13 273 336 137 20 0 15 276 133 56
Binary 1011 10111011 11011110 1011111 10000 0 1101 10111110 1011011 101110

Color Harmonies of #0BBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBDE

Black with #0BBBDE

Text Example


Text Example

White with #0BBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,187,222); }

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

background-color css

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

 a { background-color: rgb(11,187,222); }

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

border-color css

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

 span { border-color: rgb(11,187,222); }

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