Html Css Color HEX #01ACD7 Iris Blue

📋 copy color: '#01ACD7'

red 1 ◦ green 172 ◦ blue 215

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

Shades of Iris Blue #01ACD7

Tints of Iris Blue #01ACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.33%

 BLUE value IS 215 (84.38% from 255) = 55.41%

R = 0.26%
G = 44.33%
B = 55.41%

CMYK

 C value IS 1.00

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#01ACD7 (or 0x01ACD7) is known color: Iris Blue. HEX triplet: 01, AC and D7. RGB value is (1,172,215). Sum of RGB (Red+Green+Blue) = 1+172+215=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #01ACD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACD7 is #FE5328. Grayscale: #7D7D7D. Windows color (decimal): -16667433 or 14134273. OLE color: 14134273.

HSL color Cylindrical-coordinate representation of color #01ACD7: hue angle of 192.06º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ACD7 is Cyan = 1.00, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 172 215 -
CMYK 1.00 0.2 0 0.16
HSL 192.06º 0.99% 0.42% -
HSV(B) 192.06º 1% 0.84% -
XYZ 27.03 34.42 69.51 -
YUV 125.77 178.35 39 -
System Red Green Blue C M Y K H S L
Decimal 1 172 215 1.00 0.2 0 0.16 192.06 0.99 0.42
Hex 1 AC D7 64 14 0 10 C0 63 2A
Octal 1 254 327 144 24 0 20 300 143 52
Binary 1 10101100 11010111 1100100 10100 0 10000 11000000 1100011 101010

Color Harmonies of #01ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACD7

Black with #01ACD7

Text Example


Text Example

White with #01ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,172,215); }

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

background-color css

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

 a { background-color: rgb(1,172,215); }

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

border-color css

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

 span { border-color: rgb(1,172,215); }

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