Html Css Color HEX #ADD1F0 Pale Cornflower Blue

📋 copy color: '#ADD1F0'

red 173 ◦ green 209 ◦ blue 240

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

Shades of Pale Cornflower Blue #ADD1F0

Tints of Pale Cornflower Blue #ADD1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.59%

R = 27.81%
G = 33.6%
B = 38.59%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADD1F0 (or 0xADD1F0) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and F0. RGB value is (173,209,240). Sum of RGB (Red+Green+Blue) = 173+209+240=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADD1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1F0 is #522E0F. Grayscale: #C9C9C9. Windows color (decimal): -5385744 or 15782317. OLE color: 15782317.

HSL color Cylindrical-coordinate representation of color #ADD1F0: hue angle of 207.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD1F0 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 209 240 -
CMYK 0.28 0.13 0 0.06
HSL 207.76º 0.69% 0.81% -
HSV(B) 207.76º 0.28% 0.94% -
XYZ 55.76 60.78 91.23 -
YUV 201.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 173 209 240 0.28 0.13 0 0.06 207.76 0.69 0.81
Hex AD D1 F0 1C D 0 6 D0 45 51
Octal 255 321 360 34 15 0 6 320 105 121
Binary 10101101 11010001 11110000 11100 1101 0 110 11010000 1000101 1010001

Color Harmonies of #ADD1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1F0

Black with #ADD1F0

Text Example


Text Example

White with #ADD1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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