Html Css Color HEX #ADD3F7 Pale Cornflower Blue

📋 copy color: '#ADD3F7'

red 173 ◦ green 211 ◦ blue 247

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

Shades of Pale Cornflower Blue #ADD3F7

Tints of Pale Cornflower Blue #ADD3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.14%

R = 27.42%
G = 33.44%
B = 39.14%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADD3F7 (or 0xADD3F7) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and F7. RGB value is (173,211,247). Sum of RGB (Red+Green+Blue) = 173+211+247=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADD3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F7 is #522C08. Grayscale: #CBCBCB. Windows color (decimal): -5385225 or 16241581. OLE color: 16241581.

HSL color Cylindrical-coordinate representation of color #ADD3F7: hue angle of 209.19º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD3F7 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 211 247 -
CMYK 0.30 0.15 0 0.03
HSL 209.19º 0.82% 0.82% -
HSV(B) 209.19º 0.3% 0.97% -
XYZ 57.32 62.19 96.98 -
YUV 203.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 173 211 247 0.30 0.15 0 0.03 209.19 0.82 0.82
Hex AD D3 F7 1E F 0 3 D1 52 52
Octal 255 323 367 36 17 0 3 321 122 122
Binary 10101101 11010011 11110111 11110 1111 0 11 11010001 1010010 1010010

Color Harmonies of #ADD3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3F7

Black with #ADD3F7

Text Example


Text Example

White with #ADD3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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