Html Css Color HEX #ADD0EE Pale Cornflower Blue

📋 copy color: '#ADD0EE'

red 173 ◦ green 208 ◦ blue 238

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

Shades of Pale Cornflower Blue #ADD0EE

Tints of Pale Cornflower Blue #ADD0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 27.95%
G = 33.6%
B = 38.45%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD0EE (or 0xADD0EE) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and EE. RGB value is (173,208,238). Sum of RGB (Red+Green+Blue) = 173+208+238=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0EE is #522F11. Grayscale: #C8C8C8. Windows color (decimal): -5386002 or 15650989. OLE color: 15650989.

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

Color convert

RGB 173 208 238 -
CMYK 0.27 0.13 0 0.07
HSL 207.69º 0.66% 0.81% -
HSV(B) 207.69º 0.27% 0.93% -
XYZ 55.22 60.17 89.59 -
YUV 200.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 173 208 238 0.27 0.13 0 0.07 207.69 0.66 0.81
Hex AD D0 EE 1B D 0 7 D0 42 51
Octal 255 320 356 33 15 0 7 320 102 121
Binary 10101101 11010000 11101110 11011 1101 0 111 11010000 1000010 1010001

Color Harmonies of #ADD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0EE

Black with #ADD0EE

Text Example


Text Example

White with #ADD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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