Html Css Color HEX #ADD2ED Pale Cornflower Blue

📋 copy color: '#ADD2ED'

red 173 ◦ green 210 ◦ blue 237

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

Shades of Pale Cornflower Blue #ADD2ED

Tints of Pale Cornflower Blue #ADD2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 27.9%
G = 33.87%
B = 38.23%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD2ED (or 0xADD2ED) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and ED. RGB value is (173,210,237). Sum of RGB (Red+Green+Blue) = 173+210+237=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2ED is #522D12. Grayscale: #C9C9C9. Windows color (decimal): -5385491 or 15585965. OLE color: 15585965.

HSL color Cylindrical-coordinate representation of color #ADD2ED: hue angle of 205.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD2ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 210 237 -
CMYK 0.27 0.11 0 0.07
HSL 205.31º 0.64% 0.8% -
HSV(B) 205.31º 0.27% 0.93% -
XYZ 55.57 61.09 88.98 -
YUV 202.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 173 210 237 0.27 0.11 0 0.07 205.31 0.64 0.8
Hex AD D2 ED 1B B 0 7 CD 40 50
Octal 255 322 355 33 13 0 7 315 100 120
Binary 10101101 11010010 11101101 11011 1011 0 111 11001101 1000000 1010000

Color Harmonies of #ADD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2ED

Black with #ADD2ED

Text Example


Text Example

White with #ADD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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