Html Css Color HEX #ADD6FE Pale Cornflower Blue

📋 copy color: '#ADD6FE'

red 173 ◦ green 214 ◦ blue 254

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

Shades of Pale Cornflower Blue #ADD6FE

Tints of Pale Cornflower Blue #ADD6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.39%

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 26.99%
G = 33.39%
B = 39.63%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADD6FE (or 0xADD6FE) is known color: Pale Cornflower Blue. HEX triplet: AD, D6 and FE. RGB value is (173,214,254). Sum of RGB (Red+Green+Blue) = 173+214+254=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6FE is #522901. Grayscale: #CECECE. Windows color (decimal): -5384450 or 16701101. OLE color: 16701101.

HSL color Cylindrical-coordinate representation of color #ADD6FE: hue angle of 209.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD6FE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 214 254 -
CMYK 0.32 0.16 0 0.00
HSL 209.63º 0.98% 0.84% -
HSV(B) 209.63º 0.32% 1% -
XYZ 59.17 64.13 103.03 -
YUV 206.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 173 214 254 0.32 0.16 0 0.00 209.63 0.98 0.84
Hex AD D6 FE 20 10 0 0 D2 62 54
Octal 255 326 376 40 20 0 0 322 142 124
Binary 10101101 11010110 11111110 100000 10000 0 0 11010010 1100010 1010100

Color Harmonies of #ADD6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6FE

Black with #ADD6FE

Text Example


Text Example

White with #ADD6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6FE; }

 p { color: rgb(173,214,254); }

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

background-color css

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

 a { background-color: rgb(173,214,254); }

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

border-color css

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

 span { border-color: rgb(173,214,254); }

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