Html Css Color HEX #00AED0 Iris Blue

📋 copy color: '#00AED0'

red 0 ◦ green 174 ◦ blue 208

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

Shades of Iris Blue #00AED0

Tints of Iris Blue #00AED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.45%

R = 0%
G = 45.55%
B = 54.45%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#00AED0 (or 0x00AED0) is known color: Iris Blue. HEX triplet: 00, AE and D0. RGB value is (0,174,208). Sum of RGB (Red+Green+Blue) = 0+174+208=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #00AED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AED0 is #FF512F. Grayscale: #7D7D7D. Windows color (decimal): -16732464 or 13676032. OLE color: 13676032.

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

Color convert

RGB 0 174 208 -
CMYK 1 0.16 0 0.18
HSL 189.81º 1% 0.41% -
HSV(B) 189.81º 1% 0.82% -
XYZ 26.52 34.83 65 -
YUV 125.85 174.35 38.24 -
System Red Green Blue C M Y K H S L
Decimal 0 174 208 1 0.16 0 0.18 189.81 1 0.41
Hex 0 AE D0 64 10 0 12 BE 64 29
Octal 0 256 320 144 20 0 22 276 144 51
Binary 0 10101110 11010000 1100100 10000 0 10010 10111110 1100100 101001

Color Harmonies of #00AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AED0

Black with #00AED0

Text Example


Text Example

White with #00AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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