Html Css Color HEX #0BACCB Iris Blue

📋 copy color: '#0BACCB'

red 11 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #0BACCB

Tints of Iris Blue #0BACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 2.85%
G = 44.56%
B = 52.59%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BACCB (or 0x0BACCB) is known color: Iris Blue. HEX triplet: 0B, AC and CB. RGB value is (11,172,203). Sum of RGB (Red+Green+Blue) = 11+172+203=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BACCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACCB is #F45334. Grayscale: #7F7F7F. Windows color (decimal): -16012085 or 13347851. OLE color: 13347851.

HSL color Cylindrical-coordinate representation of color #0BACCB: hue angle of 189.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BACCB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 172 203 -
CMYK 0.95 0.15 0 0.20
HSL 189.69º 0.9% 0.42% -
HSV(B) 189.69º 0.95% 0.8% -
XYZ 25.67 33.89 61.69 -
YUV 127.4 170.66 44.98 -
System Red Green Blue C M Y K H S L
Decimal 11 172 203 0.95 0.15 0 0.20 189.69 0.9 0.42
Hex B AC CB 5F F 0 14 BE 5A 2A
Octal 13 254 313 137 17 0 24 276 132 52
Binary 1011 10101100 11001011 1011111 1111 0 10100 10111110 1011010 101010

Color Harmonies of #0BACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACCB

Black with #0BACCB

Text Example


Text Example

White with #0BACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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