Html Css Color HEX #01BED7 Iris Blue

📋 copy color: '#01BED7'

red 1 ◦ green 190 ◦ blue 215

#01BED7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #01BED7

Tints of Iris Blue #01BED7

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 190 (74.61% from 255) = 46.8%

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 0.25%
G = 46.8%
B = 52.96%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#01BED7 (or 0x01BED7) is known color: Iris Blue. HEX triplet: 01, BE and D7. RGB value is (1,190,215). Sum of RGB (Red+Green+Blue) = 1+190+215=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #01BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BED7 is #FE4128. Grayscale: #888888. Windows color (decimal): -16662825 or 14138881. OLE color: 14138881.

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

Color convert

RGB 1 190 215 -
CMYK 1.00 0.12 0 0.16
HSL 187.01º 0.99% 0.42% -
HSV(B) 187.01º 1% 0.84% -
XYZ 30.69 41.74 70.73 -
YUV 136.34 172.38 31.47 -
System Red Green Blue C M Y K H S L
Decimal 1 190 215 1.00 0.12 0 0.16 187.01 0.99 0.42
Hex 1 BE D7 64 C 0 10 BB 63 2A
Octal 1 276 327 144 14 0 20 273 143 52
Binary 1 10111110 11010111 1100100 1100 0 10000 10111011 1100011 101010

Color Harmonies of #01BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BED7

Black with #01BED7

Text Example


Text Example

White with #01BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01BED7;
 }
 .AnyTagClassName
 {
   color: #01BED7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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