Html Css Color HEX #ADD1F3 Pale Cornflower Blue

📋 copy color: '#ADD1F3'

red 173 ◦ green 209 ◦ blue 243

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

Shades of Pale Cornflower Blue #ADD1F3

Tints of Pale Cornflower Blue #ADD1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.88%

R = 27.68%
G = 33.44%
B = 38.88%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADD1F3 (or 0xADD1F3) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and F3. RGB value is (173,209,243). Sum of RGB (Red+Green+Blue) = 173+209+243=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1F3 is #522E0C. Grayscale: #C9C9C9. Windows color (decimal): -5385741 or 15978925. OLE color: 15978925.

HSL color Cylindrical-coordinate representation of color #ADD1F3: hue angle of 209.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD1F3 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 209 243 -
CMYK 0.29 0.14 0 0.05
HSL 209.14º 0.74% 0.82% -
HSV(B) 209.14º 0.29% 0.95% -
XYZ 56.21 60.96 93.6 -
YUV 202.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 173 209 243 0.29 0.14 0 0.05 209.14 0.74 0.82
Hex AD D1 F3 1D E 0 5 D1 4A 52
Octal 255 321 363 35 16 0 5 321 112 122
Binary 10101101 11010001 11110011 11101 1110 0 101 11010001 1001010 1010010

Color Harmonies of #ADD1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1F3

Black with #ADD1F3

Text Example


Text Example

White with #ADD1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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