Html Css Color HEX #01BCC2 Iris Blue

📋 copy color: '#01BCC2'

red 1 ◦ green 188 ◦ blue 194

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

Shades of Iris Blue #01BCC2

Tints of Iris Blue #01BCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.65%

R = 0.26%
G = 49.09%
B = 50.65%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01BCC2 (or 0x01BCC2) is known color: Iris Blue. HEX triplet: 01, BC and C2. RGB value is (1,188,194). Sum of RGB (Red+Green+Blue) = 1+188+194=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #01BCC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCC2 is #FE433D. Grayscale: #848484. Windows color (decimal): -16663358 or 12762113. OLE color: 12762113.

HSL color Cylindrical-coordinate representation of color #01BCC2: hue angle of 181.87º 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 #01BCC2 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 188 194 -
CMYK 0.99 0.03 0 0.24
HSL 181.87º 0.99% 0.38% -
HSV(B) 181.87º 0.99% 0.76% -
XYZ 27.73 39.87 57.27 -
YUV 132.77 162.55 34.01 -
System Red Green Blue C M Y K H S L
Decimal 1 188 194 0.99 0.03 0 0.24 181.87 0.99 0.38
Hex 1 BC C2 63 3 0 18 B6 63 26
Octal 1 274 302 143 3 0 30 266 143 46
Binary 1 10111100 11000010 1100011 11 0 11000 10110110 1100011 100110

Color Harmonies of #01BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCC2

Black with #01BCC2

Text Example


Text Example

White with #01BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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