Html Css Color HEX #ADD0F8 Pale Cornflower Blue

📋 copy color: '#ADD0F8'

red 173 ◦ green 208 ◦ blue 248

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

Shades of Pale Cornflower Blue #ADD0F8

Tints of Pale Cornflower Blue #ADD0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.43%

R = 27.5%
G = 33.07%
B = 39.43%

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

#ADD0F8 (or 0xADD0F8) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and F8. RGB value is (173,208,248). Sum of RGB (Red+Green+Blue) = 173+208+248=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADD0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0F8 is #522F07. Grayscale: #C9C9C9. Windows color (decimal): -5385992 or 16306349. OLE color: 16306349.

HSL color Cylindrical-coordinate representation of color #ADD0F8: hue angle of 212º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD0F8 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 208 248 -
CMYK 0.30 0.16 0 0.03
HSL 212º 0.84% 0.83% -
HSV(B) 212º 0.3% 0.97% -
XYZ 56.73 60.77 97.55 -
YUV 202.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 173 208 248 0.30 0.16 0 0.03 212 0.84 0.83
Hex AD D0 F8 1E 10 0 3 D4 54 53
Octal 255 320 370 36 20 0 3 324 124 123
Binary 10101101 11010000 11111000 11110 10000 0 11 11010100 1010100 1010011

Color Harmonies of #ADD0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0F8

Black with #ADD0F8

Text Example


Text Example

White with #ADD0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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