Html Css Color HEX #ADD1F6 Pale Cornflower Blue

📋 copy color: '#ADD1F6'

red 173 ◦ green 209 ◦ blue 246

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

Shades of Pale Cornflower Blue #ADD1F6

Tints of Pale Cornflower Blue #ADD1F6

RGB

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

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

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

R = 27.55%
G = 33.28%
B = 39.17%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADD1F6 (or 0xADD1F6) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and F6. RGB value is (173,209,246). Sum of RGB (Red+Green+Blue) = 173+209+246=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADD1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1F6 is #522E09. Grayscale: #CACACA. Windows color (decimal): -5385738 or 16175533. OLE color: 16175533.

HSL color Cylindrical-coordinate representation of color #ADD1F6: hue angle of 210.41º 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 #ADD1F6 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 209 246 -
CMYK 0.30 0.15 0 0.04
HSL 210.41º 0.8% 0.82% -
HSV(B) 210.41º 0.3% 0.96% -
XYZ 56.67 61.14 96 -
YUV 202.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 173 209 246 0.30 0.15 0 0.04 210.41 0.8 0.82
Hex AD D1 F6 1E F 0 4 D2 50 52
Octal 255 321 366 36 17 0 4 322 120 122
Binary 10101101 11010001 11110110 11110 1111 0 100 11010010 1010000 1010010

Color Harmonies of #ADD1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1F6

Black with #ADD1F6

Text Example


Text Example

White with #ADD1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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