Html Css Color HEX #0BBDBB Iris Blue

📋 copy color: '#0BBDBB'

red 11 ◦ green 189 ◦ blue 187

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

Shades of Iris Blue #0BBDBB

Tints of Iris Blue #0BBDBB

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0BBDBB: hue angle of 179.33º 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 #0BBDBB is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 189 187 -
CMYK 0.94 0 0.01 0.26
HSL 179.33º 0.89% 0.39% -
HSV(B) 179.33º 0.94% 0.74% -
XYZ 27.31 40.05 53.31 -
YUV 135.55 157.03 39.16 -
System Red Green Blue C M Y K H S L
Decimal 11 189 187 0.94 0 0.01 0.26 179.33 0.89 0.39
Hex B BD BB 5E 0 1 1A B3 59 27
Octal 13 275 273 136 0 1 32 263 131 47
Binary 1011 10111101 10111011 1011110 0 1 11010 10110011 1011001 100111

Color Harmonies of #0BBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDBB

Black with #0BBDBB

Text Example


Text Example

White with #0BBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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