Html Css Color HEX #0BA8DC Iris Blue

📋 copy color: '#0BA8DC'

red 11 ◦ green 168 ◦ blue 220

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

Shades of Iris Blue #0BA8DC

Tints of Iris Blue #0BA8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 2.76%
G = 42.11%
B = 55.14%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BA8DC (or 0x0BA8DC) is known color: Iris Blue. HEX triplet: 0B, A8 and DC. RGB value is (11,168,220). Sum of RGB (Red+Green+Blue) = 11+168+220=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BA8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA8DC is #F45723. Grayscale: #7E7E7E. Windows color (decimal): -16013092 or 14460939. OLE color: 14460939.

HSL color Cylindrical-coordinate representation of color #0BA8DC: hue angle of 194.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA8DC is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 168 220 -
CMYK 0.95 0.24 0 0.14
HSL 194.93º 0.9% 0.45% -
HSV(B) 194.93º 0.95% 0.86% -
XYZ 27.06 33.24 72.7 -
YUV 126.99 180.49 45.27 -
System Red Green Blue C M Y K H S L
Decimal 11 168 220 0.95 0.24 0 0.14 194.93 0.9 0.45
Hex B A8 DC 5F 18 0 E C3 5A 2D
Octal 13 250 334 137 30 0 16 303 132 55
Binary 1011 10101000 11011100 1011111 11000 0 1110 11000011 1011010 101101

Color Harmonies of #0BA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA8DC

Black with #0BA8DC

Text Example


Text Example

White with #0BA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,168,220); }

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

background-color css

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

 a { background-color: rgb(11,168,220); }

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

border-color css

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

 span { border-color: rgb(11,168,220); }

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