Html Css Color HEX #ADD0F7 Pale Cornflower Blue

📋 copy color: '#ADD0F7'

red 173 ◦ green 208 ◦ blue 247

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

Shades of Pale Cornflower Blue #ADD0F7

Tints of Pale Cornflower Blue #ADD0F7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.12%

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

R = 27.55%
G = 33.12%
B = 39.33%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADD0F7 (or 0xADD0F7) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and F7. RGB value is (173,208,247). Sum of RGB (Red+Green+Blue) = 173+208+247=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADD0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0F7 is #522F08. Grayscale: #C9C9C9. Windows color (decimal): -5385993 or 16240813. OLE color: 16240813.

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

Color convert

RGB 173 208 247 -
CMYK 0.30 0.16 0 0.03
HSL 211.62º 0.82% 0.82% -
HSV(B) 211.62º 0.3% 0.97% -
XYZ 56.58 60.71 96.73 -
YUV 201.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 173 208 247 0.30 0.16 0 0.03 211.62 0.82 0.82
Hex AD D0 F7 1E 10 0 3 D4 52 52
Octal 255 320 367 36 20 0 3 324 122 122
Binary 10101101 11010000 11110111 11110 10000 0 11 11010100 1010010 1010010

Color Harmonies of #ADD0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0F7

Black with #ADD0F7

Text Example


Text Example

White with #ADD0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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