Html Css Color HEX #AED2FD Pale Cornflower Blue

📋 copy color: '#AED2FD'

red 174 ◦ green 210 ◦ blue 253

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

Shades of Pale Cornflower Blue #AED2FD

Tints of Pale Cornflower Blue #AED2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.97%

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

R = 27.32%
G = 32.97%
B = 39.72%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AED2FD (or 0xAED2FD) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and FD. RGB value is (174,210,253). Sum of RGB (Red+Green+Blue) = 174+210+253=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #AED2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2FD is #512D02. Grayscale: #CBCBCB. Windows color (decimal): -5319939 or 16634542. OLE color: 16634542.

HSL color Cylindrical-coordinate representation of color #AED2FD: hue angle of 212.66º 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 #AED2FD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 210 253 -
CMYK 0.31 0.17 0 0.01
HSL 212.66º 0.95% 0.84% -
HSV(B) 212.66º 0.31% 0.99% -
XYZ 58.23 62.18 101.86 -
YUV 204.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 174 210 253 0.31 0.17 0 0.01 212.66 0.95 0.84
Hex AE D2 FD 1F 11 0 1 D5 5F 54
Octal 256 322 375 37 21 0 1 325 137 124
Binary 10101110 11010010 11111101 11111 10001 0 1 11010101 1011111 1010100

Color Harmonies of #AED2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2FD

Black with #AED2FD

Text Example


Text Example

White with #AED2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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