Html Css Color HEX #0BACC3 Iris Blue

📋 copy color: '#0BACC3'

red 11 ◦ green 172 ◦ blue 195

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

Shades of Iris Blue #0BACC3

Tints of Iris Blue #0BACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.59%

R = 2.91%
G = 45.5%
B = 51.59%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0BACC3 (or 0x0BACC3) is known color: Iris Blue. HEX triplet: 0B, AC and C3. RGB value is (11,172,195). Sum of RGB (Red+Green+Blue) = 11+172+195=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #0BACC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACC3 is #F4533C. Grayscale: #7E7E7E. Windows color (decimal): -16012093 or 12823563. OLE color: 12823563.

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

Color convert

RGB 11 172 195 -
CMYK 0.94 0.12 0 0.24
HSL 187.5º 0.89% 0.4% -
HSV(B) 187.5º 0.94% 0.76% -
XYZ 24.74 33.52 56.8 -
YUV 126.48 166.66 45.63 -
System Red Green Blue C M Y K H S L
Decimal 11 172 195 0.94 0.12 0 0.24 187.5 0.89 0.4
Hex B AC C3 5E C 0 18 BC 59 28
Octal 13 254 303 136 14 0 30 274 131 50
Binary 1011 10101100 11000011 1011110 1100 0 11000 10111100 1011001 101000

Color Harmonies of #0BACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACC3

Black with #0BACC3

Text Example


Text Example

White with #0BACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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