Html Css Color HEX #0BBCC0 Iris Blue

📋 copy color: '#0BBCC0'

red 11 ◦ green 188 ◦ blue 192

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

Shades of Iris Blue #0BBCC0

Tints of Iris Blue #0BBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 2.81%
G = 48.08%
B = 49.1%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BBCC0 (or 0x0BBCC0) is known color: Iris Blue. HEX triplet: 0B, BC and C0. RGB value is (11,188,192). Sum of RGB (Red+Green+Blue) = 11+188+192=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BBCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCC0 is #F4433F. Grayscale: #878787. Windows color (decimal): -16008000 or 12631051. OLE color: 12631051.

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

Color convert

RGB 11 188 192 -
CMYK 0.94 0.02 0 0.25
HSL 181.33º 0.89% 0.4% -
HSV(B) 181.33º 0.94% 0.75% -
XYZ 27.64 39.84 56.1 -
YUV 135.53 159.86 39.17 -
System Red Green Blue C M Y K H S L
Decimal 11 188 192 0.94 0.02 0 0.25 181.33 0.89 0.4
Hex B BC C0 5E 2 0 19 B5 59 28
Octal 13 274 300 136 2 0 31 265 131 50
Binary 1011 10111100 11000000 1011110 10 0 11001 10110101 1011001 101000

Color Harmonies of #0BBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCC0

Black with #0BBCC0

Text Example


Text Example

White with #0BBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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