Html Css Color HEX #0BB8BC Iris Blue

📋 copy color: '#0BB8BC'

red 11 ◦ green 184 ◦ blue 188

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

Shades of Iris Blue #0BB8BC

Tints of Iris Blue #0BB8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

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

R = 2.87%
G = 48.04%
B = 49.09%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BB8BC (or 0x0BB8BC) is known color: Iris Blue. HEX triplet: 0B, B8 and BC. RGB value is (11,184,188). Sum of RGB (Red+Green+Blue) = 11+184+188=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BB8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB8BC is #F44743. Grayscale: #848484. Windows color (decimal): -16009028 or 12367883. OLE color: 12367883.

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

Color convert

RGB 11 184 188 -
CMYK 0.94 0.02 0 0.26
HSL 181.36º 0.89% 0.39% -
HSV(B) 181.36º 0.94% 0.74% -
XYZ 26.36 37.98 53.52 -
YUV 132.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 11 184 188 0.94 0.02 0 0.26 181.36 0.89 0.39
Hex B B8 BC 5E 2 0 1A B5 59 27
Octal 13 270 274 136 2 0 32 265 131 47
Binary 1011 10111000 10111100 1011110 10 0 11010 10110101 1011001 100111

Color Harmonies of #0BB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB8BC

Black with #0BB8BC

Text Example


Text Example

White with #0BB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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