Html Css Color HEX #01ACCF Iris Blue

📋 copy color: '#01ACCF'

red 1 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #01ACCF

Tints of Iris Blue #01ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 0.26%
G = 45.26%
B = 54.47%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01ACCF (or 0x01ACCF) is known color: Iris Blue. HEX triplet: 01, AC and CF. RGB value is (1,172,207). Sum of RGB (Red+Green+Blue) = 1+172+207=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #01ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACCF is #FE5330. Grayscale: #7C7C7C. Windows color (decimal): -16667441 or 13609985. OLE color: 13609985.

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

Color convert

RGB 1 172 207 -
CMYK 1.00 0.17 0 0.19
HSL 190.19º 0.99% 0.41% -
HSV(B) 190.19º 1% 0.81% -
XYZ 26.03 34.02 64.23 -
YUV 124.86 174.35 39.65 -
System Red Green Blue C M Y K H S L
Decimal 1 172 207 1.00 0.17 0 0.19 190.19 0.99 0.41
Hex 1 AC CF 64 11 0 13 BE 63 29
Octal 1 254 317 144 21 0 23 276 143 51
Binary 1 10101100 11001111 1100100 10001 0 10011 10111110 1100011 101001

Color Harmonies of #01ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACCF

Black with #01ACCF

Text Example


Text Example

White with #01ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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