#05B7DE

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

Shades of Iris Blue #05B7DE

Tints of Iris Blue #05B7DE

Color information

#05B7DE (or 0x05B7DE) is unknown color: approx Iris Blue. HEX triplet: 05, B7 and DE. RGB value is (5,183,222). Sum of RGB (Red+Green+Blue) = 5+183+222=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #05B7DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7DE is #FA4821. Grayscale: #858585. Windows color (decimal): -16402466 or 14595845. OLE color: 14595845.

HSL color Cylindrical-coordinate representation of color #05B7DE: hue angle of 190.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B7DE is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5183222-
CMYK0.980.1800.13
HSL190.78º95.59%44.51%-
HSV(B)190.78º97.75%87.06%-
XYZ30.1839.1775.08-
YUV134.22177.5335.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 222 (87.11% from 255) = 54.15%
R=1.22%
G=44.63%
B=54.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51832220.980.1800.13190.7895.5944.51
Hex5B7DE62120Dbf602d
Octal52673361422201527714055
Binary101101101111101111011000101001001101101111111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,183,222); }

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

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

 a { background-color: rgb(5,183,222); }

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

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

 span { border-color: rgb(5,183,222); }

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