Html Css Color HEX #ADD1FF Pale Cornflower Blue

📋 copy color: '#ADD1FF'

red 173 ◦ green 209 ◦ blue 255

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

Shades of Pale Cornflower Blue #ADD1FF

Tints of Pale Cornflower Blue #ADD1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.03%

R = 27.16%
G = 32.81%
B = 40.03%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADD1FF (or 0xADD1FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and FF. RGB value is (173,209,255). Sum of RGB (Red+Green+Blue) = 173+209+255=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1FF is #522E00. Grayscale: #CBCBCB. Windows color (decimal): -5385729 or 16765357. OLE color: 16765357.

HSL color Cylindrical-coordinate representation of color #ADD1FF: hue angle of 213.66º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD1FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 209 255 -
CMYK 0.32 0.18 0 0
HSL 213.66º 1% 0.84% -
HSV(B) 213.66º 0.32% 1% -
XYZ 58.08 61.71 103.46 -
YUV 203.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 173 209 255 0.32 0.18 0 0 213.66 1 0.84
Hex AD D1 FF 20 12 0 0 D6 64 54
Octal 255 321 377 40 22 0 0 326 144 124
Binary 10101101 11010001 11111111 100000 10010 0 0 11010110 1100100 1010100

Color Harmonies of #ADD1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1FF

Black with #ADD1FF

Text Example


Text Example

White with #ADD1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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