Html Css Color HEX #01BACD Iris Blue

📋 copy color: '#01BACD'

red 1 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #01BACD

Tints of Iris Blue #01BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 0.26%
G = 47.45%
B = 52.3%

CMYK

 C value IS 1.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#01BACD (or 0x01BACD) is known color: Iris Blue. HEX triplet: 01, BA and CD. RGB value is (1,186,205). Sum of RGB (Red+Green+Blue) = 1+186+205=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #01BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BACD is #FE4532. Grayscale: #848484. Windows color (decimal): -16663859 or 13482497. OLE color: 13482497.

HSL color Cylindrical-coordinate representation of color #01BACD: hue angle of 185.59º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BACD is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 186 205 -
CMYK 1.00 0.09 0 0.20
HSL 185.59º 0.99% 0.4% -
HSV(B) 185.59º 1% 0.8% -
XYZ 28.59 39.53 63.88 -
YUV 132.85 168.71 33.96 -
System Red Green Blue C M Y K H S L
Decimal 1 186 205 1.00 0.09 0 0.20 185.59 0.99 0.4
Hex 1 BA CD 64 9 0 14 BA 63 28
Octal 1 272 315 144 11 0 24 272 143 50
Binary 1 10111010 11001101 1100100 1001 0 10100 10111010 1100011 101000

Color Harmonies of #01BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BACD

Black with #01BACD

Text Example


Text Example

White with #01BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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