Html Css Color HEX #01BAE1 Iris Blue

📋 copy color: '#01BAE1'

red 1 ◦ green 186 ◦ blue 225

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

Shades of Iris Blue #01BAE1

Tints of Iris Blue #01BAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.15%

 BLUE value IS 225 (88.28% from 255) = 54.61%

R = 0.24%
G = 45.15%
B = 54.61%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#01BAE1 (or 0x01BAE1) is known color: Iris Blue. HEX triplet: 01, BA and E1. RGB value is (1,186,225). Sum of RGB (Red+Green+Blue) = 1+186+225=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #01BAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BAE1 is #FE451E. Grayscale: #868686. Windows color (decimal): -16663839 or 14793217. OLE color: 14793217.

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

Color convert

RGB 1 186 225 -
CMYK 1.00 0.17 0 0.12
HSL 190.45º 0.99% 0.44% -
HSV(B) 190.45º 1% 0.88% -
XYZ 31.16 40.56 77.42 -
YUV 135.13 178.71 32.33 -
System Red Green Blue C M Y K H S L
Decimal 1 186 225 1.00 0.17 0 0.12 190.45 0.99 0.44
Hex 1 BA E1 64 11 0 C BE 63 2C
Octal 1 272 341 144 21 0 14 276 143 54
Binary 1 10111010 11100001 1100100 10001 0 1100 10111110 1100011 101100

Color Harmonies of #01BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BAE1

Black with #01BAE1

Text Example


Text Example

White with #01BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,186,225); }

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

background-color css

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

 a { background-color: rgb(1,186,225); }

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

border-color css

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

 span { border-color: rgb(1,186,225); }

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