Html Css Color HEX #ABD2FA Pale Cornflower Blue

📋 copy color: '#ABD2FA'

red 171 ◦ green 210 ◦ blue 250

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

Shades of Pale Cornflower Blue #ABD2FA

Tints of Pale Cornflower Blue #ABD2FA

RGB

 RED value IS 171 (67.19% from 255) = 27.1%

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

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 27.1%
G = 33.28%
B = 39.62%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABD2FA (or 0xABD2FA) is known color: Pale Cornflower Blue. HEX triplet: AB, D2 and FA. RGB value is (171,210,250). Sum of RGB (Red+Green+Blue) = 171+210+250=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD2FA is #542D05. Grayscale: #CACACA. Windows color (decimal): -5516550 or 16437931. OLE color: 16437931.

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

Color convert

RGB 171 210 250 -
CMYK 0.32 0.16 0 0.02
HSL 210.38º 0.89% 0.83% -
HSV(B) 210.38º 0.32% 0.98% -
XYZ 57.1 61.65 99.33 -
YUV 202.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 171 210 250 0.32 0.16 0 0.02 210.38 0.89 0.83
Hex AB D2 FA 20 10 0 2 D2 59 53
Octal 253 322 372 40 20 0 2 322 131 123
Binary 10101011 11010010 11111010 100000 10000 0 10 11010010 1011001 1010011

Color Harmonies of #ABD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2FA

Black with #ABD2FA

Text Example


Text Example

White with #ABD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2FA; }

 p { color: rgb(171,210,250); }

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

background-color css

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

 a { background-color: rgb(171,210,250); }

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

border-color css

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

 span { border-color: rgb(171,210,250); }

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