Html Css Color HEX #01AEBE Iris Blue

📋 copy color: '#01AEBE'

red 1 ◦ green 174 ◦ blue 190

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

Shades of Iris Blue #01AEBE

Tints of Iris Blue #01AEBE

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

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

R = 0.27%
G = 47.67%
B = 52.05%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01AEBE (or 0x01AEBE) is known color: Iris Blue. HEX triplet: 01, AE and BE. RGB value is (1,174,190). Sum of RGB (Red+Green+Blue) = 1+174+190=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #01AEBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AEBE is #FE5141. Grayscale: #7B7B7B. Windows color (decimal): -16666946 or 12496385. OLE color: 12496385.

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

Color convert

RGB 1 174 190 -
CMYK 0.99 0.08 0 0.25
HSL 185.08º 0.99% 0.37% -
HSV(B) 185.08º 0.99% 0.75% -
XYZ 24.44 34 53.99 -
YUV 124.1 165.19 40.2 -
System Red Green Blue C M Y K H S L
Decimal 1 174 190 0.99 0.08 0 0.25 185.08 0.99 0.37
Hex 1 AE BE 63 8 0 19 B9 63 25
Octal 1 256 276 143 10 0 31 271 143 45
Binary 1 10101110 10111110 1100011 1000 0 11001 10111001 1100011 100101

Color Harmonies of #01AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AEBE

Black with #01AEBE

Text Example


Text Example

White with #01AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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