Html Css Color HEX #ABD3FA Pale Cornflower Blue

📋 copy color: '#ABD3FA'

red 171 ◦ green 211 ◦ blue 250

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

Shades of Pale Cornflower Blue #ABD3FA

Tints of Pale Cornflower Blue #ABD3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.39%

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

R = 27.06%
G = 33.39%
B = 39.56%

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

#ABD3FA (or 0xABD3FA) is known color: Pale Cornflower Blue. HEX triplet: AB, D3 and FA. RGB value is (171,211,250). Sum of RGB (Red+Green+Blue) = 171+211+250=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3FA is #542C05. Grayscale: #CBCBCB. Windows color (decimal): -5516294 or 16438187. OLE color: 16438187.

HSL color Cylindrical-coordinate representation of color #ABD3FA: hue angle of 209.62º 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 #ABD3FA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 211 250 -
CMYK 0.32 0.16 0 0.02
HSL 209.62º 0.89% 0.83% -
HSV(B) 209.62º 0.32% 0.98% -
XYZ 57.34 62.15 99.42 -
YUV 203.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 171 211 250 0.32 0.16 0 0.02 209.62 0.89 0.83
Hex AB D3 FA 20 10 0 2 D2 59 53
Octal 253 323 372 40 20 0 2 322 131 123
Binary 10101011 11010011 11111010 100000 10000 0 10 11010010 1011001 1010011

Color Harmonies of #ABD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD3FA

Black with #ABD3FA

Text Example


Text Example

White with #ABD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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