#0BAEDE

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

Shades of Iris Blue #0BAEDE

Tints of Iris Blue #0BAEDE

Color information

#0BAEDE (or 0x0BAEDE) is unknown color: approx Iris Blue. HEX triplet: 0B, AE and DE. RGB value is (11,174,222). Sum of RGB (Red+Green+Blue) = 11+174+222=407 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BAEDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEDE is #F45121. Grayscale: #828282. Windows color (decimal): -16011554 or 14593547. OLE color: 14593547.

HSL color Cylindrical-coordinate representation of color #0BAEDE: hue angle of 193.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAEDE is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11174222-
CMYK0.950.2200.13
HSL193.65º90.56%45.69%-
HSV(B)193.65º95.05%87.06%-
XYZ28.4635.6274.48-
YUV130.73179.542.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.70%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=2.70%
G=42.75%
B=54.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111742220.950.2200.13193.6590.5645.69
HexBAEDE5F160Dc25b2e
Octal132563361372601530213356
Binary1011101011101101111010111111011001101110000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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