#05BADC

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

Shades of Iris Blue #05BADC

Tints of Iris Blue #05BADC

Color information

#05BADC (or 0x05BADC) is unknown color: approx Iris Blue. HEX triplet: 05, BA and DC. RGB value is (5,186,220). Sum of RGB (Red+Green+Blue) = 5+186+220=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #05BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BADC is #FA4523. Grayscale: #878787. Windows color (decimal): -16401700 or 14465541. OLE color: 14465541.

HSL color Cylindrical-coordinate representation of color #05BADC: hue angle of 189.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BADC is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5186220-
CMYK0.980.1500.14
HSL189.49º95.56%44.12%-
HSV(B)189.49º97.73%86.27%-
XYZ30.5440.3273.88-
YUV135.76175.5334.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=1.22%
G=45.26%
B=53.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51862200.980.1500.14189.4995.5644.12
Hex5BADC62F0Ebd602c
Octal52723341421701627514054
Binary10110111010110111001100010111101110101111011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05BADC; }

 p { color: rgb(5,186,220); }

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

<style>
 a { background-color: #05BADC; }

 a { background-color: rgb(5,186,220); }

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

<style>
 span { border-color: #05BADC; }

 span { border-color: rgb(5,186,220); }

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