#01BED8

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

Shades of Iris Blue #01BED8

Tints of Iris Blue #01BED8

Color information

#01BED8 (or 0x01BED8) is unknown color: approx Iris Blue. HEX triplet: 01, BE and D8. RGB value is (1,190,216). Sum of RGB (Red+Green+Blue) = 1+190+216=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #01BED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BED8 is #FE4127. Grayscale: #888888. Windows color (decimal): -16662824 or 14204417. OLE color: 14204417.

HSL color Cylindrical-coordinate representation of color #01BED8: hue angle of 187.26º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BED8 is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1190216-
CMYK1.000.1200.15
HSL187.26º99.08%42.55%-
HSV(B)187.26º99.54%84.71%-
XYZ30.8241.7971.41-
YUV136.45172.8831.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=0.25%
G=46.68%
B=53.07%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11902161.000.1200.15187.2699.0842.55
Hex1BED864C0Fbb632b
Octal12763301441401727314353
Binary110111110110110001100100110001111101110111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BED8; }

 p { color: rgb(1,190,216); }

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

<style>
 a { background-color: #01BED8; }

 a { background-color: rgb(1,190,216); }

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

<style>
 span { border-color: #01BED8; }

 span { border-color: rgb(1,190,216); }

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