Html Css Color HEX #A4CFFD Pale Cornflower Blue

📋 copy color: '#A4CFFD'

red 164 ◦ green 207 ◦ blue 253

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

Shades of Pale Cornflower Blue #A4CFFD

Tints of Pale Cornflower Blue #A4CFFD

RGB

 RED value IS 164 (64.45% from 255) = 26.28%

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

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

R = 26.28%
G = 33.17%
B = 40.54%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A4CFFD (or 0xA4CFFD) is known color: Pale Cornflower Blue. HEX triplet: A4, CF and FD. RGB value is (164,207,253). Sum of RGB (Red+Green+Blue) = 164+207+253=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFFD is #5B3002. Grayscale: #C7C7C7. Windows color (decimal): -5976067 or 16633764. OLE color: 16633764.

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

Color convert

RGB 164 207 253 -
CMYK 0.35 0.18 0 0.01
HSL 211.01º 0.96% 0.82% -
HSV(B) 211.01º 0.35% 0.99% -
XYZ 55.35 59.61 101.52 -
YUV 199.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 164 207 253 0.35 0.18 0 0.01 211.01 0.96 0.82
Hex A4 CF FD 23 12 0 1 D3 60 52
Octal 244 317 375 43 22 0 1 323 140 122
Binary 10100100 11001111 11111101 100011 10010 0 1 11010011 1100000 1010010

Color Harmonies of #A4CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFFD

Black with #A4CFFD

Text Example


Text Example

White with #A4CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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