Html Css Color HEX #00AEDD Iris Blue

📋 copy color: '#00AEDD'

red 0 ◦ green 174 ◦ blue 221

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

Shades of Iris Blue #00AEDD

Tints of Iris Blue #00AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 0%
G = 44.05%
B = 55.95%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00AEDD (or 0x00AEDD) is known color: Iris Blue. HEX triplet: 00, AE and DD. RGB value is (0,174,221). Sum of RGB (Red+Green+Blue) = 0+174+221=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #00AEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEDD is #FF5122. Grayscale: #7E7E7E. Windows color (decimal): -16732451 or 14528000. OLE color: 14528000.

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

Color convert

RGB 0 174 221 -
CMYK 1 0.21 0 0.13
HSL 192.76º 1% 0.43% -
HSV(B) 192.76º 1% 0.87% -
XYZ 28.19 35.49 73.77 -
YUV 127.33 180.85 37.18 -
System Red Green Blue C M Y K H S L
Decimal 0 174 221 1 0.21 0 0.13 192.76 1 0.43
Hex 0 AE DD 64 15 0 D C1 64 2B
Octal 0 256 335 144 25 0 15 301 144 53
Binary 0 10101110 11011101 1100100 10101 0 1101 11000001 1100100 101011

Color Harmonies of #00AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEDD

Black with #00AEDD

Text Example


Text Example

White with #00AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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