Html Css Color HEX #01BAC1 Iris Blue

📋 copy color: '#01BAC1'

red 1 ◦ green 186 ◦ blue 193

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

Shades of Iris Blue #01BAC1

Tints of Iris Blue #01BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 0.26%
G = 48.95%
B = 50.79%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01BAC1 (or 0x01BAC1) is known color: Iris Blue. HEX triplet: 01, BA and C1. RGB value is (1,186,193). Sum of RGB (Red+Green+Blue) = 1+186+193=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #01BAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BAC1 is #FE453E. Grayscale: #838383. Windows color (decimal): -16663871 or 12696065. OLE color: 12696065.

HSL color Cylindrical-coordinate representation of color #01BAC1: hue angle of 182.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BAC1 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 186 193 -
CMYK 0.99 0.04 0 0.24
HSL 182.19º 0.99% 0.38% -
HSV(B) 182.19º 0.99% 0.76% -
XYZ 27.2 38.97 56.54 -
YUV 131.48 162.71 34.93 -
System Red Green Blue C M Y K H S L
Decimal 1 186 193 0.99 0.04 0 0.24 182.19 0.99 0.38
Hex 1 BA C1 63 4 0 18 B6 63 26
Octal 1 272 301 143 4 0 30 266 143 46
Binary 1 10111010 11000001 1100011 100 0 11000 10110110 1100011 100110

Color Harmonies of #01BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BAC1

Black with #01BAC1

Text Example


Text Example

White with #01BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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