Html Css Color HEX #A2CFFD Pale Cornflower Blue

📋 copy color: '#A2CFFD'

red 162 ◦ green 207 ◦ blue 253

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

Shades of Pale Cornflower Blue #A2CFFD

Tints of Pale Cornflower Blue #A2CFFD

RGB

 RED value IS 162 (63.67% from 255) = 26.05%

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

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

R = 26.05%
G = 33.28%
B = 40.68%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2CFFD (or 0xA2CFFD) is known color: Pale Cornflower Blue. HEX triplet: A2, CF and FD. RGB value is (162,207,253). Sum of RGB (Red+Green+Blue) = 162+207+253=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFFD is #5D3002. Grayscale: #C6C6C6. Windows color (decimal): -6107139 or 16633762. OLE color: 16633762.

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

Color convert

RGB 162 207 253 -
CMYK 0.36 0.18 0 0.01
HSL 210.33º 0.96% 0.81% -
HSV(B) 210.33º 0.36% 0.99% -
XYZ 54.94 59.4 101.5 -
YUV 198.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 162 207 253 0.36 0.18 0 0.01 210.33 0.96 0.81
Hex A2 CF FD 24 12 0 1 D2 60 51
Octal 242 317 375 44 22 0 1 322 140 121
Binary 10100010 11001111 11111101 100100 10010 0 1 11010010 1100000 1010001

Color Harmonies of #A2CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CFFD

Black with #A2CFFD

Text Example


Text Example

White with #A2CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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