Html Css Color HEX #ADD1F9 Pale Cornflower Blue

📋 copy color: '#ADD1F9'

red 173 ◦ green 209 ◦ blue 249

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

Shades of Pale Cornflower Blue #ADD1F9

Tints of Pale Cornflower Blue #ADD1F9

RGB

 RED value IS 173 (67.97% from 255) = 27.42%

 GREEN value IS 209 (82.03% from 255) = 33.12%

 BLUE value IS 249 (97.66% from 255) = 39.46%

R = 27.42%
G = 33.12%
B = 39.46%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADD1F9 (or 0xADD1F9) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and F9. RGB value is (173,209,249). Sum of RGB (Red+Green+Blue) = 173+209+249=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADD1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1F9 is #522E06. Grayscale: #CACACA. Windows color (decimal): -5385735 or 16372141. OLE color: 16372141.

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

Color convert

RGB 173 209 249 -
CMYK 0.31 0.16 0 0.02
HSL 211.58º 0.86% 0.83% -
HSV(B) 211.58º 0.31% 0.98% -
XYZ 57.13 61.32 98.45 -
YUV 202.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 173 209 249 0.31 0.16 0 0.02 211.58 0.86 0.83
Hex AD D1 F9 1F 10 0 2 D4 56 53
Octal 255 321 371 37 20 0 2 324 126 123
Binary 10101101 11010001 11111001 11111 10000 0 10 11010100 1010110 1010011

Color Harmonies of #ADD1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1F9

Black with #ADD1F9

Text Example


Text Example

White with #ADD1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1F9; }

 p { color: rgb(173,209,249); }

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

background-color css

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

 a { background-color: rgb(173,209,249); }

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

border-color css

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

 span { border-color: rgb(173,209,249); }

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