Html Css Color HEX #AACFFD Pale Cornflower Blue

📋 copy color: '#AACFFD'

red 170 ◦ green 207 ◦ blue 253

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

Shades of Pale Cornflower Blue #AACFFD

Tints of Pale Cornflower Blue #AACFFD

RGB

 RED value IS 170 (66.8% from 255) = 26.98%

 GREEN value IS 207 (81.25% from 255) = 32.86%

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

R = 26.98%
G = 32.86%
B = 40.16%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AACFFD (or 0xAACFFD) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and FD. RGB value is (170,207,253). Sum of RGB (Red+Green+Blue) = 170+207+253=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #AACFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFD is #553002. Grayscale: #C8C8C8. Windows color (decimal): -5582851 or 16633770. OLE color: 16633770.

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

Color convert

RGB 170 207 253 -
CMYK 0.33 0.18 0 0.01
HSL 213.25º 0.95% 0.83% -
HSV(B) 213.25º 0.33% 0.99% -
XYZ 56.62 60.26 101.58 -
YUV 201.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 170 207 253 0.33 0.18 0 0.01 213.25 0.95 0.83
Hex AA CF FD 21 12 0 1 D5 5F 53
Octal 252 317 375 41 22 0 1 325 137 123
Binary 10101010 11001111 11111101 100001 10010 0 1 11010101 1011111 1010011

Color Harmonies of #AACFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFFD

Black with #AACFFD

Text Example


Text Example

White with #AACFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFFD; }

 p { color: rgb(170,207,253); }

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

background-color css

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

 a { background-color: rgb(170,207,253); }

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

border-color css

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

 span { border-color: rgb(170,207,253); }

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