Html Css Color HEX #0BACC0 Iris Blue

📋 copy color: '#0BACC0'

red 11 ◦ green 172 ◦ blue 192

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

Shades of Iris Blue #0BACC0

Tints of Iris Blue #0BACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

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

R = 2.93%
G = 45.87%
B = 51.2%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BACC0 (or 0x0BACC0) is known color: Iris Blue. HEX triplet: 0B, AC and C0. RGB value is (11,172,192). Sum of RGB (Red+Green+Blue) = 11+172+192=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BACC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACC0 is #F4533F. Grayscale: #7D7D7D. Windows color (decimal): -16012096 or 12626955. OLE color: 12626955.

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

Color convert

RGB 11 172 192 -
CMYK 0.94 0.10 0 0.25
HSL 186.63º 0.89% 0.4% -
HSV(B) 186.63º 0.94% 0.75% -
XYZ 24.4 33.38 55.03 -
YUV 126.14 165.16 45.87 -
System Red Green Blue C M Y K H S L
Decimal 11 172 192 0.94 0.10 0 0.25 186.63 0.89 0.4
Hex B AC C0 5E A 0 19 BB 59 28
Octal 13 254 300 136 12 0 31 273 131 50
Binary 1011 10101100 11000000 1011110 1010 0 11001 10111011 1011001 101000

Color Harmonies of #0BACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACC0

Black with #0BACC0

Text Example


Text Example

White with #0BACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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