Html Css Color HEX #A2D0FD Pale Cornflower Blue

📋 copy color: '#A2D0FD'

red 162 ◦ green 208 ◦ blue 253

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

Shades of Pale Cornflower Blue #A2D0FD

Tints of Pale Cornflower Blue #A2D0FD

RGB

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

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

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

R = 26%
G = 33.39%
B = 40.61%

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

#A2D0FD (or 0xA2D0FD) is known color: Pale Cornflower Blue. HEX triplet: A2, D0 and FD. RGB value is (162,208,253). Sum of RGB (Red+Green+Blue) = 162+208+253=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2D0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D0FD is #5D2F02. Grayscale: #C7C7C7. Windows color (decimal): -6106883 or 16634018. OLE color: 16634018.

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

Color convert

RGB 162 208 253 -
CMYK 0.36 0.18 0 0.01
HSL 209.67º 0.96% 0.81% -
HSV(B) 209.67º 0.36% 0.99% -
XYZ 55.19 59.88 101.58 -
YUV 199.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 162 208 253 0.36 0.18 0 0.01 209.67 0.96 0.81
Hex A2 D0 FD 24 12 0 1 D2 60 51
Octal 242 320 375 44 22 0 1 322 140 121
Binary 10100010 11010000 11111101 100100 10010 0 1 11010010 1100000 1010001

Color Harmonies of #A2D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D0FD

Black with #A2D0FD

Text Example


Text Example

White with #A2D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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