Html Css Color HEX #AEC1F1 Perano

📋 copy color: '#AEC1F1'

red 174 ◦ green 193 ◦ blue 241

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

Shades of Perano #AEC1F1

Tints of Perano #AEC1F1

RGB

 RED value IS 174 (68.36% from 255) = 28.62%

 GREEN value IS 193 (75.78% from 255) = 31.74%

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 28.62%
G = 31.74%
B = 39.64%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEC1F1 (or 0xAEC1F1) is known color: Perano. HEX triplet: AE, C1 and F1. RGB value is (174,193,241). Sum of RGB (Red+Green+Blue) = 174+193+241=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1F1 is #513E0E. Grayscale: #C0C0C0. Windows color (decimal): -5324303 or 15843758. OLE color: 15843758.

HSL color Cylindrical-coordinate representation of color #AEC1F1: hue angle of 222.99º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC1F1 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 193 241 -
CMYK 0.28 0.20 0 0.05
HSL 222.99º 0.71% 0.81% -
HSV(B) 222.99º 0.28% 0.95% -
XYZ 52.4 53.49 90.78 -
YUV 192.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 174 193 241 0.28 0.20 0 0.05 222.99 0.71 0.81
Hex AE C1 F1 1C 14 0 5 DF 47 51
Octal 256 301 361 34 24 0 5 337 107 121
Binary 10101110 11000001 11110001 11100 10100 0 101 11011111 1000111 1010001

Color Harmonies of #AEC1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1F1

Black with #AEC1F1

Text Example


Text Example

White with #AEC1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1F1; }

 p { color: rgb(174,193,241); }

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

background-color css

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

 a { background-color: rgb(174,193,241); }

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

border-color css

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

 span { border-color: rgb(174,193,241); }

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