Html Css Color HEX #00AEC3 Iris Blue

📋 copy color: '#00AEC3'

red 0 ◦ green 174 ◦ blue 195

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

Shades of Iris Blue #00AEC3

Tints of Iris Blue #00AEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.85%

R = 0%
G = 47.15%
B = 52.85%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#00AEC3 (or 0x00AEC3) is known color: Iris Blue. HEX triplet: 00, AE and C3. RGB value is (0,174,195). Sum of RGB (Red+Green+Blue) = 0+174+195=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #00AEC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEC3 is #FF513C. Grayscale: #7C7C7C. Windows color (decimal): -16732477 or 12824064. OLE color: 12824064.

HSL color Cylindrical-coordinate representation of color #00AEC3: hue angle of 186.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEC3 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 174 195 -
CMYK 1 0.11 0 0.24
HSL 186.46º 1% 0.38% -
HSV(B) 186.46º 1% 0.76% -
XYZ 24.99 34.21 56.92 -
YUV 124.37 167.85 39.29 -
System Red Green Blue C M Y K H S L
Decimal 0 174 195 1 0.11 0 0.24 186.46 1 0.38
Hex 0 AE C3 64 B 0 18 BA 64 26
Octal 0 256 303 144 13 0 30 272 144 46
Binary 0 10101110 11000011 1100100 1011 0 11000 10111010 1100100 100110

Color Harmonies of #00AEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEC3

Black with #00AEC3

Text Example


Text Example

White with #00AEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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