Html Css Color HEX #00ACCE Iris Blue

📋 copy color: '#00ACCE'

red 0 ◦ green 172 ◦ blue 206

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

Shades of Iris Blue #00ACCE

Tints of Iris Blue #00ACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 0%
G = 45.5%
B = 54.5%

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

#00ACCE (or 0x00ACCE) is known color: Iris Blue. HEX triplet: 00, AC and CE. RGB value is (0,172,206). Sum of RGB (Red+Green+Blue) = 0+172+206=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #00ACCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACCE is #FF5331. Grayscale: #7C7C7C. Windows color (decimal): -16732978 or 13544448. OLE color: 13544448.

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

Color convert

RGB 0 172 206 -
CMYK 1 0.17 0 0.19
HSL 189.9º 1% 0.4% -
HSV(B) 189.9º 1% 0.81% -
XYZ 25.89 33.96 63.58 -
YUV 124.45 174.02 39.24 -
System Red Green Blue C M Y K H S L
Decimal 0 172 206 1 0.17 0 0.19 189.9 1 0.4
Hex 0 AC CE 64 11 0 13 BE 64 28
Octal 0 254 316 144 21 0 23 276 144 50
Binary 0 10101100 11001110 1100100 10001 0 10011 10111110 1100100 101000

Color Harmonies of #00ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACCE

Black with #00ACCE

Text Example


Text Example

White with #00ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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