Html Css Color HEX #0BB5BF Iris Blue

📋 copy color: '#0BB5BF'

red 11 ◦ green 181 ◦ blue 191

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

Shades of Iris Blue #0BB5BF

Tints of Iris Blue #0BB5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 191 (75% from 255) = 49.87%

R = 2.87%
G = 47.26%
B = 49.87%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BB5BF (or 0x0BB5BF) is known color: Iris Blue. HEX triplet: 0B, B5 and BF. RGB value is (11,181,191). Sum of RGB (Red+Green+Blue) = 11+181+191=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BB5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB5BF is #F44A40. Grayscale: #838383. Windows color (decimal): -16009793 or 12563723. OLE color: 12563723.

HSL color Cylindrical-coordinate representation of color #0BB5BF: hue angle of 183.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB5BF is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 181 191 -
CMYK 0.94 0.05 0 0.25
HSL 183.33º 0.89% 0.4% -
HSV(B) 183.33º 0.94% 0.75% -
XYZ 26.07 36.88 55.04 -
YUV 131.31 161.68 42.19 -
System Red Green Blue C M Y K H S L
Decimal 11 181 191 0.94 0.05 0 0.25 183.33 0.89 0.4
Hex B B5 BF 5E 5 0 19 B7 59 28
Octal 13 265 277 136 5 0 31 267 131 50
Binary 1011 10110101 10111111 1011110 101 0 11001 10110111 1011001 101000

Color Harmonies of #0BB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB5BF

Black with #0BB5BF

Text Example


Text Example

White with #0BB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,181,191); }

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

background-color css

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

 a { background-color: rgb(11,181,191); }

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

border-color css

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

 span { border-color: rgb(11,181,191); }

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