Html Css Color HEX #01BCC5 Iris Blue

📋 copy color: '#01BCC5'

red 1 ◦ green 188 ◦ blue 197

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

Shades of Iris Blue #01BCC5

Tints of Iris Blue #01BCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.04%

R = 0.26%
G = 48.7%
B = 51.04%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#01BCC5 (or 0x01BCC5) is known color: Iris Blue. HEX triplet: 01, BC and C5. RGB value is (1,188,197). Sum of RGB (Red+Green+Blue) = 1+188+197=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #01BCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCC5 is #FE433A. Grayscale: #848484. Windows color (decimal): -16663355 or 12958721. OLE color: 12958721.

HSL color Cylindrical-coordinate representation of color #01BCC5: hue angle of 182.76º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BCC5 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 188 197 -
CMYK 0.99 0.05 0 0.23
HSL 182.76º 0.99% 0.39% -
HSV(B) 182.76º 0.99% 0.77% -
XYZ 28.07 40 59.07 -
YUV 133.11 164.05 33.77 -
System Red Green Blue C M Y K H S L
Decimal 1 188 197 0.99 0.05 0 0.23 182.76 0.99 0.39
Hex 1 BC C5 63 5 0 17 B7 63 27
Octal 1 274 305 143 5 0 27 267 143 47
Binary 1 10111100 11000101 1100011 101 0 10111 10110111 1100011 100111

Color Harmonies of #01BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCC5

Black with #01BCC5

Text Example


Text Example

White with #01BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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