Html Css Color HEX #ADD5F6 Pale Cornflower Blue

📋 copy color: '#ADD5F6'

red 173 ◦ green 213 ◦ blue 246

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

Shades of Pale Cornflower Blue #ADD5F6

Tints of Pale Cornflower Blue #ADD5F6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.7%

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

R = 27.37%
G = 33.7%
B = 38.92%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADD5F6 (or 0xADD5F6) is known color: Pale Cornflower Blue. HEX triplet: AD, D5 and F6. RGB value is (173,213,246). Sum of RGB (Red+Green+Blue) = 173+213+246=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADD5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5F6 is #522A09. Grayscale: #CCCCCC. Windows color (decimal): -5384714 or 16176557. OLE color: 16176557.

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

Color convert

RGB 173 213 246 -
CMYK 0.30 0.13 0 0.04
HSL 207.12º 0.8% 0.82% -
HSV(B) 207.12º 0.3% 0.96% -
XYZ 57.66 63.13 96.33 -
YUV 204.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 173 213 246 0.30 0.13 0 0.04 207.12 0.8 0.82
Hex AD D5 F6 1E D 0 4 CF 50 52
Octal 255 325 366 36 15 0 4 317 120 122
Binary 10101101 11010101 11110110 11110 1101 0 100 11001111 1010000 1010010

Color Harmonies of #ADD5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5F6

Black with #ADD5F6

Text Example


Text Example

White with #ADD5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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