Html Css Color HEX #ADD2FF Pale Cornflower Blue

📋 copy color: '#ADD2FF'

red 173 ◦ green 210 ◦ blue 255

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

Shades of Pale Cornflower Blue #ADD2FF

Tints of Pale Cornflower Blue #ADD2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.92%

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

R = 27.12%
G = 32.92%
B = 39.97%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADD2FF (or 0xADD2FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and FF. RGB value is (173,210,255). Sum of RGB (Red+Green+Blue) = 173+210+255=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2FF is #522D00. Grayscale: #CBCBCB. Windows color (decimal): -5385473 or 16765613. OLE color: 16765613.

HSL color Cylindrical-coordinate representation of color #ADD2FF: hue angle of 212.93º 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 #ADD2FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 210 255 -
CMYK 0.32 0.18 0 0
HSL 212.93º 1% 0.84% -
HSV(B) 212.93º 0.32% 1% -
XYZ 58.33 62.2 103.54 -
YUV 204.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 173 210 255 0.32 0.18 0 0 212.93 1 0.84
Hex AD D2 FF 20 12 0 0 D5 64 54
Octal 255 322 377 40 22 0 0 325 144 124
Binary 10101101 11010010 11111111 100000 10010 0 0 11010101 1100100 1010100

Color Harmonies of #ADD2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2FF

Black with #ADD2FF

Text Example


Text Example

White with #ADD2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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