Html Css Color HEX #0BAFDC Iris Blue

📋 copy color: '#0BAFDC'

red 11 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #0BAFDC

Tints of Iris Blue #0BAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.1%

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

R = 2.71%
G = 43.1%
B = 54.19%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BAFDC (or 0x0BAFDC) is known color: Iris Blue. HEX triplet: 0B, AF and DC. RGB value is (11,175,220). Sum of RGB (Red+Green+Blue) = 11+175+220=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BAFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFDC is #F45023. Grayscale: #828282. Windows color (decimal): -16011300 or 14462731. OLE color: 14462731.

HSL color Cylindrical-coordinate representation of color #0BAFDC: hue angle of 192.92º 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 #0BAFDC is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 175 220 -
CMYK 0.95 0.20 0 0.14
HSL 192.92º 0.9% 0.45% -
HSV(B) 192.92º 0.95% 0.86% -
XYZ 28.39 35.9 73.14 -
YUV 131.09 178.17 42.34 -
System Red Green Blue C M Y K H S L
Decimal 11 175 220 0.95 0.20 0 0.14 192.92 0.9 0.45
Hex B AF DC 5F 14 0 E C1 5A 2D
Octal 13 257 334 137 24 0 16 301 132 55
Binary 1011 10101111 11011100 1011111 10100 0 1110 11000001 1011010 101101

Color Harmonies of #0BAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFDC

Black with #0BAFDC

Text Example


Text Example

White with #0BAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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