Html Css Color HEX #ADD1FD Pale Cornflower Blue

📋 copy color: '#ADD1FD'

red 173 ◦ green 209 ◦ blue 253

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

Shades of Pale Cornflower Blue #ADD1FD

Tints of Pale Cornflower Blue #ADD1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 27.24%
G = 32.91%
B = 39.84%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADD1FD (or 0xADD1FD) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and FD. RGB value is (173,209,253). Sum of RGB (Red+Green+Blue) = 173+209+253=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1FD is #522E02. Grayscale: #CBCBCB. Windows color (decimal): -5385731 or 16634285. OLE color: 16634285.

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

Color convert

RGB 173 209 253 -
CMYK 0.32 0.17 0 0.01
HSL 213º 0.95% 0.84% -
HSV(B) 213º 0.32% 0.99% -
XYZ 57.76 61.58 101.77 -
YUV 203.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 173 209 253 0.32 0.17 0 0.01 213 0.95 0.84
Hex AD D1 FD 20 11 0 1 D5 5F 54
Octal 255 321 375 40 21 0 1 325 137 124
Binary 10101101 11010001 11111101 100000 10001 0 1 11010101 1011111 1010100

Color Harmonies of #ADD1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1FD

Black with #ADD1FD

Text Example


Text Example

White with #ADD1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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