Html Css Color HEX #01BCD1 Iris Blue

📋 copy color: '#01BCD1'

red 1 ◦ green 188 ◦ blue 209

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

Shades of Iris Blue #01BCD1

Tints of Iris Blue #01BCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 0.25%
G = 47.24%
B = 52.51%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#01BCD1 (or 0x01BCD1) is known color: Iris Blue. HEX triplet: 01, BC and D1. RGB value is (1,188,209). Sum of RGB (Red+Green+Blue) = 1+188+209=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #01BCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCD1 is #FE432E. Grayscale: #868686. Windows color (decimal): -16663343 or 13745153. OLE color: 13745153.

HSL color Cylindrical-coordinate representation of color #01BCD1: hue angle of 186.06º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCD1 is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 188 209 -
CMYK 1.00 0.10 0 0.18
HSL 186.06º 0.99% 0.41% -
HSV(B) 186.06º 1% 0.82% -
XYZ 29.5 40.58 66.6 -
YUV 134.48 170.05 32.79 -
System Red Green Blue C M Y K H S L
Decimal 1 188 209 1.00 0.10 0 0.18 186.06 0.99 0.41
Hex 1 BC D1 64 A 0 12 BA 63 29
Octal 1 274 321 144 12 0 22 272 143 51
Binary 1 10111100 11010001 1100100 1010 0 10010 10111010 1100011 101001

Color Harmonies of #01BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCD1

Black with #01BCD1

Text Example


Text Example

White with #01BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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