Html Css Color HEX #ADD9F6 Pale Cornflower Blue

📋 copy color: '#ADD9F6'

red 173 ◦ green 217 ◦ blue 246

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

Shades of Pale Cornflower Blue #ADD9F6

Tints of Pale Cornflower Blue #ADD9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.12%

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 27.2%
G = 34.12%
B = 38.68%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADD9F6 (or 0xADD9F6) is known color: Pale Cornflower Blue. HEX triplet: AD, D9 and F6. RGB value is (173,217,246). Sum of RGB (Red+Green+Blue) = 173+217+246=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADD9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F6 is #522609. Grayscale: #CECECE. Windows color (decimal): -5383690 or 16177581. OLE color: 16177581.

HSL color Cylindrical-coordinate representation of color #ADD9F6: hue angle of 203.84º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD9F6 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 217 246 -
CMYK 0.30 0.12 0 0.04
HSL 203.84º 0.8% 0.82% -
HSV(B) 203.84º 0.3% 0.96% -
XYZ 58.68 65.16 96.67 -
YUV 207.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 173 217 246 0.30 0.12 0 0.04 203.84 0.8 0.82
Hex AD D9 F6 1E C 0 4 CC 50 52
Octal 255 331 366 36 14 0 4 314 120 122
Binary 10101101 11011001 11110110 11110 1100 0 100 11001100 1010000 1010010

Color Harmonies of #ADD9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9F6

Black with #ADD9F6

Text Example


Text Example

White with #ADD9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9F6; }

 p { color: rgb(173,217,246); }

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

background-color css

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

 a { background-color: rgb(173,217,246); }

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

border-color css

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

 span { border-color: rgb(173,217,246); }

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