Html Css Color HEX #AEC1FD Perano

📋 copy color: '#AEC1FD'

red 174 ◦ green 193 ◦ blue 253

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

Shades of Perano #AEC1FD

Tints of Perano #AEC1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 28.06%
G = 31.13%
B = 40.81%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEC1FD (or 0xAEC1FD) is known color: Perano. HEX triplet: AE, C1 and FD. RGB value is (174,193,253). Sum of RGB (Red+Green+Blue) = 174+193+253=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEC1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1FD is #513E02. Grayscale: #C1C1C1. Windows color (decimal): -5324291 or 16630190. OLE color: 16630190.

HSL color Cylindrical-coordinate representation of color #AEC1FD: hue angle of 225.57º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEC1FD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 193 253 -
CMYK 0.31 0.24 0 0.01
HSL 225.57º 0.95% 0.84% -
HSV(B) 225.57º 0.31% 0.99% -
XYZ 54.26 54.23 100.54 -
YUV 194.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 174 193 253 0.31 0.24 0 0.01 225.57 0.95 0.84
Hex AE C1 FD 1F 18 0 1 E2 5F 54
Octal 256 301 375 37 30 0 1 342 137 124
Binary 10101110 11000001 11111101 11111 11000 0 1 11100010 1011111 1010100

Color Harmonies of #AEC1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1FD

Black with #AEC1FD

Text Example


Text Example

White with #AEC1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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