Html Css Color HEX #ADD2EE Pale Cornflower Blue

📋 copy color: '#ADD2EE'

red 173 ◦ green 210 ◦ blue 238

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

Shades of Pale Cornflower Blue #ADD2EE

Tints of Pale Cornflower Blue #ADD2EE

RGB

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

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

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

R = 27.86%
G = 33.82%
B = 38.33%

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

#ADD2EE (or 0xADD2EE) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and EE. RGB value is (173,210,238). Sum of RGB (Red+Green+Blue) = 173+210+238=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2EE is #522D11. Grayscale: #C9C9C9. Windows color (decimal): -5385490 or 15651501. OLE color: 15651501.

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

Color convert

RGB 173 210 238 -
CMYK 0.27 0.12 0 0.07
HSL 205.85º 0.66% 0.81% -
HSV(B) 205.85º 0.27% 0.93% -
XYZ 55.71 61.15 89.76 -
YUV 202.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 173 210 238 0.27 0.12 0 0.07 205.85 0.66 0.81
Hex AD D2 EE 1B C 0 7 CE 42 51
Octal 255 322 356 33 14 0 7 316 102 121
Binary 10101101 11010010 11101110 11011 1100 0 111 11001110 1000010 1010001

Color Harmonies of #ADD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2EE

Black with #ADD2EE

Text Example


Text Example

White with #ADD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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