#0BAEDA

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

Shades of Iris Blue #0BAEDA

Tints of Iris Blue #0BAEDA

Color information

#0BAEDA (or 0x0BAEDA) is unknown color: approx Iris Blue. HEX triplet: 0B, AE and DA. RGB value is (11,174,218). Sum of RGB (Red+Green+Blue) = 11+174+218=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BAEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEDA is #F45125. Grayscale: #818181. Windows color (decimal): -16011558 or 14331403. OLE color: 14331403.

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

Color convert

RGB11174218-
CMYK0.950.2000.15
HSL192.75º90.39%44.9%-
HSV(B)192.75º94.95%85.49%-
XYZ27.9335.4171.69-
YUV130.28177.542.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.73%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 218 (85.55% from 255) = 54.09%
R=2.73%
G=43.18%
B=54.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111742180.950.2000.15192.7590.3944.9
HexBAEDA5F140Fc15a2d
Octal132563321372401730113255
Binary1011101011101101101010111111010001111110000011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,174,218); }

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

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

 a { background-color: rgb(11,174,218); }

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

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

 span { border-color: rgb(11,174,218); }

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