Html Css Color HEX #ADD7FF Pale Cornflower Blue

📋 copy color: '#ADD7FF'

red 173 ◦ green 215 ◦ blue 255

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

Shades of Pale Cornflower Blue #ADD7FF

Tints of Pale Cornflower Blue #ADD7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.44%

 BLUE value IS 255 (100% from 255) = 39.66%

R = 26.91%
G = 33.44%
B = 39.66%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADD7FF (or 0xADD7FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D7 and FF. RGB value is (173,215,255). Sum of RGB (Red+Green+Blue) = 173+215+255=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7FF is #522800. Grayscale: #CECECE. Windows color (decimal): -5384193 or 16766893. OLE color: 16766893.

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

Color convert

RGB 173 215 255 -
CMYK 0.32 0.16 0 0
HSL 209.27º 1% 0.84% -
HSV(B) 209.27º 0.32% 1% -
XYZ 59.58 64.71 103.96 -
YUV 207 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 173 215 255 0.32 0.16 0 0 209.27 1 0.84
Hex AD D7 FF 20 10 0 0 D1 64 54
Octal 255 327 377 40 20 0 0 321 144 124
Binary 10101101 11010111 11111111 100000 10000 0 0 11010001 1100100 1010100

Color Harmonies of #ADD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7FF

Black with #ADD7FF

Text Example


Text Example

White with #ADD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7FF; }

 p { color: rgb(173,215,255); }

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

background-color css

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

 a { background-color: rgb(173,215,255); }

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

border-color css

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

 span { border-color: rgb(173,215,255); }

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