Html Css Color HEX #A2D0FC Pale Cornflower Blue

📋 copy color: '#A2D0FC'

red 162 ◦ green 208 ◦ blue 252

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

Shades of Pale Cornflower Blue #A2D0FC

Tints of Pale Cornflower Blue #A2D0FC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.44%

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

R = 26.05%
G = 33.44%
B = 40.51%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2D0FC (or 0xA2D0FC) is known color: Pale Cornflower Blue. HEX triplet: A2, D0 and FC. RGB value is (162,208,252). Sum of RGB (Red+Green+Blue) = 162+208+252=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D0FC is #5D2F03. Grayscale: #C7C7C7. Windows color (decimal): -6106884 or 16568482. OLE color: 16568482.

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

Color convert

RGB 162 208 252 -
CMYK 0.36 0.17 0 0.01
HSL 209.33º 0.94% 0.81% -
HSV(B) 209.33º 0.36% 0.99% -
XYZ 55.03 59.82 100.74 -
YUV 199.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 162 208 252 0.36 0.17 0 0.01 209.33 0.94 0.81
Hex A2 D0 FC 24 11 0 1 D1 5E 51
Octal 242 320 374 44 21 0 1 321 136 121
Binary 10100010 11010000 11111100 100100 10001 0 1 11010001 1011110 1010001

Color Harmonies of #A2D0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D0FC

Black with #A2D0FC

Text Example


Text Example

White with #A2D0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D0FC; }

 p { color: rgb(162,208,252); }

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

background-color css

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

 a { background-color: rgb(162,208,252); }

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

border-color css

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

 span { border-color: rgb(162,208,252); }

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