Html Css Color HEX #00AEBE Iris Blue

📋 copy color: '#00AEBE'

red 0 ◦ green 174 ◦ blue 190

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

Shades of Iris Blue #00AEBE

Tints of Iris Blue #00AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 0%
G = 47.8%
B = 52.2%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00AEBE (or 0x00AEBE) is known color: Iris Blue. HEX triplet: 00, AE and BE. RGB value is (0,174,190). Sum of RGB (Red+Green+Blue) = 0+174+190=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #00AEBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEBE is #FF5141. Grayscale: #7B7B7B. Windows color (decimal): -16732482 or 12496384. OLE color: 12496384.

HSL color Cylindrical-coordinate representation of color #00AEBE: hue angle of 185.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEBE is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 174 190 -
CMYK 1 0.08 0 0.25
HSL 185.05º 1% 0.37% -
HSV(B) 185.05º 1% 0.75% -
XYZ 24.43 33.99 53.99 -
YUV 123.8 165.35 39.7 -
System Red Green Blue C M Y K H S L
Decimal 0 174 190 1 0.08 0 0.25 185.05 1 0.37
Hex 0 AE BE 64 8 0 19 B9 64 25
Octal 0 256 276 144 10 0 31 271 144 45
Binary 0 10101110 10111110 1100100 1000 0 11001 10111001 1100100 100101

Color Harmonies of #00AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEBE

Black with #00AEBE

Text Example


Text Example

White with #00AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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