#05BECC

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

Shades of Iris Blue #05BECC

Tints of Iris Blue #05BECC

Color information

#05BECC (or 0x05BECC) is unknown color: approx Iris Blue. HEX triplet: 05, BE and CC. RGB value is (5,190,204). Sum of RGB (Red+Green+Blue) = 5+190+204=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #05BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BECC is #FA4133. Grayscale: #888888. Windows color (decimal): -16400692 or 13417989. OLE color: 13417989.

HSL color Cylindrical-coordinate representation of color #05BECC: hue angle of 184.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BECC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5190204-
CMYK0.980.0700.2
HSL184.22º95.22%40.98%-
HSV(B)184.22º97.55%80%-
XYZ29.3841.2263.53-
YUV136.28166.2134.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.25%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=1.25%
G=47.62%
B=51.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51902040.980.0700.2184.2295.2240.98
Hex5BECC627014b85f29
Octal5276314142702427013751
Binary10110111110110011001100010111010100101110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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