Html Css Color HEX #01AED0 Iris Blue

📋 copy color: '#01AED0'

red 1 ◦ green 174 ◦ blue 208

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

Shades of Iris Blue #01AED0

Tints of Iris Blue #01AED0

RGB

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

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

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

R = 0.26%
G = 45.43%
B = 54.31%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#01AED0 (or 0x01AED0) is known color: Iris Blue. HEX triplet: 01, AE and D0. RGB value is (1,174,208). Sum of RGB (Red+Green+Blue) = 1+174+208=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #01AED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AED0 is #FE512F. Grayscale: #7D7D7D. Windows color (decimal): -16666928 or 13676033. OLE color: 13676033.

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

Color convert

RGB 1 174 208 -
CMYK 1.00 0.16 0 0.18
HSL 189.86º 0.99% 0.41% -
HSV(B) 189.86º 1% 0.82% -
XYZ 26.53 34.83 65 -
YUV 126.15 174.19 38.74 -
System Red Green Blue C M Y K H S L
Decimal 1 174 208 1.00 0.16 0 0.18 189.86 0.99 0.41
Hex 1 AE D0 64 10 0 12 BE 63 29
Octal 1 256 320 144 20 0 22 276 143 51
Binary 1 10101110 11010000 1100100 10000 0 10010 10111110 1100011 101001

Color Harmonies of #01AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AED0

Black with #01AED0

Text Example


Text Example

White with #01AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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