Html Css Color HEX #0BBBBD Iris Blue

📋 copy color: '#0BBBBD'

red 11 ◦ green 187 ◦ blue 189

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

Shades of Iris Blue #0BBBBD

Tints of Iris Blue #0BBBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 2.84%
G = 48.32%
B = 48.84%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BBBBD (or 0x0BBBBD) is known color: Iris Blue. HEX triplet: 0B, BB and BD. RGB value is (11,187,189). Sum of RGB (Red+Green+Blue) = 11+187+189=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BBBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBBD is #F44442. Grayscale: #868686. Windows color (decimal): -16008259 or 12434187. OLE color: 12434187.

HSL color Cylindrical-coordinate representation of color #0BBBBD: hue angle of 180.67º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBBBD is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 187 189 -
CMYK 0.94 0.01 0 0.26
HSL 180.67º 0.89% 0.39% -
HSV(B) 180.67º 0.94% 0.74% -
XYZ 27.09 39.29 54.3 -
YUV 134.6 158.69 39.84 -
System Red Green Blue C M Y K H S L
Decimal 11 187 189 0.94 0.01 0 0.26 180.67 0.89 0.39
Hex B BB BD 5E 1 0 1A B5 59 27
Octal 13 273 275 136 1 0 32 265 131 47
Binary 1011 10111011 10111101 1011110 1 0 11010 10110101 1011001 100111

Color Harmonies of #0BBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBBD

Black with #0BBBBD

Text Example


Text Example

White with #0BBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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