Html Css Color HEX #01AECB Iris Blue

📋 copy color: '#01AECB'

red 1 ◦ green 174 ◦ blue 203

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

Shades of Iris Blue #01AECB

Tints of Iris Blue #01AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 0.26%
G = 46.03%
B = 53.7%

CMYK

 C value IS 1.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#01AECB (or 0x01AECB) is known color: Iris Blue. HEX triplet: 01, AE and CB. RGB value is (1,174,203). Sum of RGB (Red+Green+Blue) = 1+174+203=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #01AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AECB is #FE5134. Grayscale: #7D7D7D. Windows color (decimal): -16666933 or 13348353. OLE color: 13348353.

HSL color Cylindrical-coordinate representation of color #01AECB: hue angle of 188.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AECB is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 174 203 -
CMYK 1.00 0.14 0 0.20
HSL 188.61º 0.99% 0.4% -
HSV(B) 188.61º 1% 0.8% -
XYZ 25.93 34.59 61.81 -
YUV 125.58 171.69 39.14 -
System Red Green Blue C M Y K H S L
Decimal 1 174 203 1.00 0.14 0 0.20 188.61 0.99 0.4
Hex 1 AE CB 64 E 0 14 BD 63 28
Octal 1 256 313 144 16 0 24 275 143 50
Binary 1 10101110 11001011 1100100 1110 0 10100 10111101 1100011 101000

Color Harmonies of #01AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AECB

Black with #01AECB

Text Example


Text Example

White with #01AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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