#05bfd5

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

Shades of Iris Blue #05BFD5

Tints of Iris Blue #05BFD5

Color information

#05BFD5 (or 0x05BFD5) is unknown color: approx Iris Blue. HEX triplet: 05, BF and D5. RGB value is (5,191,213). Sum of RGB (Red+Green+Blue) = 5+191+213=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #05BFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFD5 is #FA402A. Grayscale: #898989. Windows color (decimal): -16400427 or 14008069. OLE color: 14008069.

HSL color Cylindrical-coordinate representation of color #05BFD5: hue angle of 186.35º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFD5 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5191213-
CMYK0.980.1000.16
HSL186.35º95.41%42.75%-
HSV(B)186.35º97.65%83.53%-
XYZ30.742.169.46-
YUV137.89170.3833.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 213 (83.59% from 255) = 52.08%
R=1.22%
G=46.70%
B=52.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51912130.980.1000.16186.3595.4142.75
Hex5BFD562A010ba5f2b
Octal52773251421202027213753
Binary101101111111101010111000101010010000101110101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05bfd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,191,213); }

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

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

 a { background-color: rgb(5,191,213); }

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

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

 span { border-color: rgb(5,191,213); }

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