Html Css Color HEX #00ACCF Iris Blue

📋 copy color: '#00ACCF'

red 0 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #00ACCF

Tints of Iris Blue #00ACCF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 45.38%
B = 54.62%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00ACCF (or 0x00ACCF) is known color: Iris Blue. HEX triplet: 00, AC and CF. RGB value is (0,172,207). Sum of RGB (Red+Green+Blue) = 0+172+207=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #00ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACCF is #FF5330. Grayscale: #7C7C7C. Windows color (decimal): -16732977 or 13609984. OLE color: 13609984.

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

Color convert

RGB 0 172 207 -
CMYK 1 0.17 0 0.19
HSL 190.14º 1% 0.41% -
HSV(B) 190.14º 1% 0.81% -
XYZ 26.02 34.01 64.22 -
YUV 124.56 174.52 39.15 -
System Red Green Blue C M Y K H S L
Decimal 0 172 207 1 0.17 0 0.19 190.14 1 0.41
Hex 0 AC CF 64 11 0 13 BE 64 29
Octal 0 254 317 144 21 0 23 276 144 51
Binary 0 10101100 11001111 1100100 10001 0 10011 10111110 1100100 101001

Color Harmonies of #00ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACCF

Black with #00ACCF

Text Example


Text Example

White with #00ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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