Html Css Color HEX #00AEE1 Iris Blue

📋 copy color: '#00AEE1'

red 0 ◦ green 174 ◦ blue 225

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

Shades of Iris Blue #00AEE1

Tints of Iris Blue #00AEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.39%

R = 0%
G = 43.61%
B = 56.39%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#00AEE1 (or 0x00AEE1) is known color: Iris Blue. HEX triplet: 00, AE and E1. RGB value is (0,174,225). Sum of RGB (Red+Green+Blue) = 0+174+225=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #00AEE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEE1 is #FF511E. Grayscale: #7F7F7F. Windows color (decimal): -16732447 or 14790144. OLE color: 14790144.

HSL color Cylindrical-coordinate representation of color #00AEE1: hue angle of 193.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEE1 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 174 225 -
CMYK 1 0.23 0 0.12
HSL 193.6º 1% 0.44% -
HSV(B) 193.6º 1% 0.88% -
XYZ 28.73 35.71 76.61 -
YUV 127.79 182.85 36.85 -
System Red Green Blue C M Y K H S L
Decimal 0 174 225 1 0.23 0 0.12 193.6 1 0.44
Hex 0 AE E1 64 17 0 C C2 64 2C
Octal 0 256 341 144 27 0 14 302 144 54
Binary 0 10101110 11100001 1100100 10111 0 1100 11000010 1100100 101100

Color Harmonies of #00AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEE1

Black with #00AEE1

Text Example


Text Example

White with #00AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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