Html Css Color HEX #00AEDC Iris Blue

📋 copy color: '#00AEDC'

red 0 ◦ green 174 ◦ blue 220

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

Shades of Iris Blue #00AEDC

Tints of Iris Blue #00AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 0%
G = 44.16%
B = 55.84%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00AEDC (or 0x00AEDC) is known color: Iris Blue. HEX triplet: 00, AE and DC. RGB value is (0,174,220). Sum of RGB (Red+Green+Blue) = 0+174+220=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #00AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEDC is #FF5123. Grayscale: #7E7E7E. Windows color (decimal): -16732452 or 14462464. OLE color: 14462464.

HSL color Cylindrical-coordinate representation of color #00AEDC: hue angle of 192.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEDC is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 174 220 -
CMYK 1 0.21 0 0.14
HSL 192.55º 1% 0.43% -
HSV(B) 192.55º 1% 0.86% -
XYZ 28.05 35.44 73.07 -
YUV 127.22 180.35 37.26 -
System Red Green Blue C M Y K H S L
Decimal 0 174 220 1 0.21 0 0.14 192.55 1 0.43
Hex 0 AE DC 64 15 0 E C1 64 2B
Octal 0 256 334 144 25 0 16 301 144 53
Binary 0 10101110 11011100 1100100 10101 0 1110 11000001 1100100 101011

Color Harmonies of #00AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEDC

Black with #00AEDC

Text Example


Text Example

White with #00AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,174,220); }

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

background-color css

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

 a { background-color: rgb(0,174,220); }

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

border-color css

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

 span { border-color: rgb(0,174,220); }

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