Html Css Color HEX #ADD3F9 Pale Cornflower Blue

📋 copy color: '#ADD3F9'

red 173 ◦ green 211 ◦ blue 249

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

Shades of Pale Cornflower Blue #ADD3F9

Tints of Pale Cornflower Blue #ADD3F9

RGB

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

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

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

R = 27.33%
G = 33.33%
B = 39.34%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADD3F9 (or 0xADD3F9) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and F9. RGB value is (173,211,249). Sum of RGB (Red+Green+Blue) = 173+211+249=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADD3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F9 is #522C06. Grayscale: #CBCBCB. Windows color (decimal): -5385223 or 16372653. OLE color: 16372653.

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

Color convert

RGB 173 211 249 -
CMYK 0.31 0.15 0 0.02
HSL 210º 0.86% 0.83% -
HSV(B) 210º 0.31% 0.98% -
XYZ 57.63 62.31 98.61 -
YUV 203.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 173 211 249 0.31 0.15 0 0.02 210 0.86 0.83
Hex AD D3 F9 1F F 0 2 D2 56 53
Octal 255 323 371 37 17 0 2 322 126 123
Binary 10101101 11010011 11111001 11111 1111 0 10 11010010 1010110 1010011

Color Harmonies of #ADD3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3F9

Black with #ADD3F9

Text Example


Text Example

White with #ADD3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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