Html Css Color HEX #A4CFFC Pale Cornflower Blue

📋 copy color: '#A4CFFC'

red 164 ◦ green 207 ◦ blue 252

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

Shades of Pale Cornflower Blue #A4CFFC

Tints of Pale Cornflower Blue #A4CFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 26.32%
G = 33.23%
B = 40.45%

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

#A4CFFC (or 0xA4CFFC) is known color: Pale Cornflower Blue. HEX triplet: A4, CF and FC. RGB value is (164,207,252). Sum of RGB (Red+Green+Blue) = 164+207+252=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFFC is #5B3003. Grayscale: #C7C7C7. Windows color (decimal): -5976068 or 16568228. OLE color: 16568228.

HSL color Cylindrical-coordinate representation of color #A4CFFC: hue angle of 210.68º degrees, saturation: 0.94, 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 #A4CFFC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 207 252 -
CMYK 0.35 0.18 0 0.01
HSL 210.68º 0.94% 0.82% -
HSV(B) 210.68º 0.35% 0.99% -
XYZ 55.19 59.55 100.68 -
YUV 199.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 164 207 252 0.35 0.18 0 0.01 210.68 0.94 0.82
Hex A4 CF FC 23 12 0 1 D3 5E 52
Octal 244 317 374 43 22 0 1 323 136 122
Binary 10100100 11001111 11111100 100011 10010 0 1 11010011 1011110 1010010

Color Harmonies of #A4CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFFC

Black with #A4CFFC

Text Example


Text Example

White with #A4CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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