Html Css Color HEX #A4D2FB Pale Cornflower Blue

📋 copy color: '#A4D2FB'

red 164 ◦ green 210 ◦ blue 251

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

Shades of Pale Cornflower Blue #A4D2FB

Tints of Pale Cornflower Blue #A4D2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 26.24%
G = 33.6%
B = 40.16%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4D2FB (or 0xA4D2FB) is known color: Pale Cornflower Blue. HEX triplet: A4, D2 and FB. RGB value is (164,210,251). Sum of RGB (Red+Green+Blue) = 164+210+251=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4D2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D2FB is #5B2D04. Grayscale: #C8C8C8. Windows color (decimal): -5975301 or 16503460. OLE color: 16503460.

HSL color Cylindrical-coordinate representation of color #A4D2FB: hue angle of 208.28º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4D2FB is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 210 251 -
CMYK 0.35 0.16 0 0.02
HSL 208.28º 0.92% 0.81% -
HSV(B) 208.28º 0.35% 0.98% -
XYZ 55.77 60.95 100.09 -
YUV 200.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 164 210 251 0.35 0.16 0 0.02 208.28 0.92 0.81
Hex A4 D2 FB 23 10 0 2 D0 5C 51
Octal 244 322 373 43 20 0 2 320 134 121
Binary 10100100 11010010 11111011 100011 10000 0 10 11010000 1011100 1010001

Color Harmonies of #A4D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D2FB

Black with #A4D2FB

Text Example


Text Example

White with #A4D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D2FB; }

 p { color: rgb(164,210,251); }

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

background-color css

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

 a { background-color: rgb(164,210,251); }

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

border-color css

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

 span { border-color: rgb(164,210,251); }

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