Html Css Color HEX #ADD0EC Pale Cornflower Blue

📋 copy color: '#ADD0EC'

red 173 ◦ green 208 ◦ blue 236

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

Shades of Pale Cornflower Blue #ADD0EC

Tints of Pale Cornflower Blue #ADD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.71%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 28.04%
G = 33.71%
B = 38.25%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD0EC (or 0xADD0EC) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and EC. RGB value is (173,208,236). Sum of RGB (Red+Green+Blue) = 173+208+236=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0EC is #522F13. Grayscale: #C8C8C8. Windows color (decimal): -5386004 or 15519917. OLE color: 15519917.

HSL color Cylindrical-coordinate representation of color #ADD0EC: hue angle of 206.67º degrees, saturation: 0.62, 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 #ADD0EC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 208 236 -
CMYK 0.27 0.12 0 0.07
HSL 206.67º 0.62% 0.8% -
HSV(B) 206.67º 0.27% 0.93% -
XYZ 54.93 60.05 88.05 -
YUV 200.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 173 208 236 0.27 0.12 0 0.07 206.67 0.62 0.8
Hex AD D0 EC 1B C 0 7 CF 3E 50
Octal 255 320 354 33 14 0 7 317 76 120
Binary 10101101 11010000 11101100 11011 1100 0 111 11001111 111110 1010000

Color Harmonies of #ADD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0EC

Black with #ADD0EC

Text Example


Text Example

White with #ADD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0EC; }

 p { color: rgb(173,208,236); }

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

background-color css

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

 a { background-color: rgb(173,208,236); }

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

border-color css

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

 span { border-color: rgb(173,208,236); }

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