#0BAFD6

Color #0BAFD6 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0BAFD6

Tints of Iris Blue #0BAFD6

Color information

#0BAFD6 (or 0x0BAFD6) is unknown color: approx Iris Blue. HEX triplet: 0B, AF and D6. RGB value is (11,175,214). Sum of RGB (Red+Green+Blue) = 11+175+214=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #0BAFD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFD6 is #F45029. Grayscale: #828282. Windows color (decimal): -16011306 or 14069515. OLE color: 14069515.

HSL color Cylindrical-coordinate representation of color #0BAFD6: hue angle of 191.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFD6 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11175214-
CMYK0.950.1800.16
HSL191.53º90.22%44.12%-
HSV(B)191.53º94.86%83.92%-
XYZ27.6135.5969.03-
YUV130.41175.1742.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 214 (83.98% from 255) = 53.5%
R=2.75%
G=43.75%
B=53.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal111752140.950.1800.16191.5390.2244.12
HexBAFD65F12010c05a2c
Octal132573261372202030013254
Binary10111010111111010110101111110010010000110000001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BAFD6;
 }
 .AnyTagClassName
 {
   color: #0BAFD6;
 }
</style>
background-color css

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

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

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

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

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

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