#05BEBF

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

Shades of Iris Blue #05BEBF

Tints of Iris Blue #05BEBF

Color information

#05BEBF (or 0x05BEBF) is unknown color: approx Iris Blue. HEX triplet: 05, BE and BF. RGB value is (5,190,191). Sum of RGB (Red+Green+Blue) = 5+190+191=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #05BEBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BEBF is #FA4140. Grayscale: #868686. Windows color (decimal): -16400705 or 12566021. OLE color: 12566021.

HSL color Cylindrical-coordinate representation of color #05BEBF: hue angle of 180.32º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BEBF is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5190191-
CMYK0.970.0100.25
HSL180.32º94.9%38.43%-
HSV(B)180.32º97.38%74.9%-
XYZ27.8840.6255.66-
YUV134.8159.7135.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.30%
GREEN value IS 190 (74.61% from 255) = 49.22%
BLUE value IS 191 (75% from 255) = 49.48%
R=1.30%
G=49.22%
B=49.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51901910.970.0100.25180.3294.938.43
Hex5BEBF611019b45f26
Octal5276277141103126413746
Binary101101111101011111111000011011001101101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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