Html Css Color HEX #0BB0BC Iris Blue

📋 copy color: '#0BB0BC'

red 11 ◦ green 176 ◦ blue 188

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

Shades of Iris Blue #0BB0BC

Tints of Iris Blue #0BB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 2.93%
G = 46.93%
B = 50.13%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BB0BC (or 0x0BB0BC) is known color: Iris Blue. HEX triplet: 0B, B0 and BC. RGB value is (11,176,188). Sum of RGB (Red+Green+Blue) = 11+176+188=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BB0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB0BC is #F44F43. Grayscale: #7F7F7F. Windows color (decimal): -16011076 or 12365835. OLE color: 12365835.

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

Color convert

RGB 11 176 188 -
CMYK 0.94 0.06 0 0.26
HSL 184.07º 0.89% 0.39% -
HSV(B) 184.07º 0.94% 0.74% -
XYZ 24.74 34.75 52.98 -
YUV 128.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 11 176 188 0.94 0.06 0 0.26 184.07 0.89 0.39
Hex B B0 BC 5E 6 0 1A B8 59 27
Octal 13 260 274 136 6 0 32 270 131 47
Binary 1011 10110000 10111100 1011110 110 0 11010 10111000 1011001 100111

Color Harmonies of #0BB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB0BC

Black with #0BB0BC

Text Example


Text Example

White with #0BB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,176,188); }

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

background-color css

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

 a { background-color: rgb(11,176,188); }

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

border-color css

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

 span { border-color: rgb(11,176,188); }

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