Html Css Color HEX #01BCE2 Iris Blue

📋 copy color: '#01BCE2'

red 1 ◦ green 188 ◦ blue 226

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

Shades of Iris Blue #01BCE2

Tints of Iris Blue #01BCE2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 226 (88.67% from 255) = 54.46%

R = 0.24%
G = 45.3%
B = 54.46%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#01BCE2 (or 0x01BCE2) is known color: Iris Blue. HEX triplet: 01, BC and E2. RGB value is (1,188,226). Sum of RGB (Red+Green+Blue) = 1+188+226=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #01BCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCE2 is #FE431D. Grayscale: #888888. Windows color (decimal): -16663326 or 14859265. OLE color: 14859265.

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

Color convert

RGB 1 188 226 -
CMYK 1.00 0.17 0 0.11
HSL 190.13º 0.99% 0.45% -
HSV(B) 190.13º 1% 0.89% -
XYZ 31.72 41.46 78.28 -
YUV 136.42 178.55 31.41 -
System Red Green Blue C M Y K H S L
Decimal 1 188 226 1.00 0.17 0 0.11 190.13 0.99 0.45
Hex 1 BC E2 64 11 0 B BE 63 2D
Octal 1 274 342 144 21 0 13 276 143 55
Binary 1 10111100 11100010 1100100 10001 0 1011 10111110 1100011 101101

Color Harmonies of #01BCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCE2

Black with #01BCE2

Text Example


Text Example

White with #01BCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,188,226); }

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

background-color css

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

 a { background-color: rgb(1,188,226); }

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

border-color css

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

 span { border-color: rgb(1,188,226); }

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