Html Css Color HEX #ADD3FF Pale Cornflower Blue

📋 copy color: '#ADD3FF'

red 173 ◦ green 211 ◦ blue 255

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

Shades of Pale Cornflower Blue #ADD3FF

Tints of Pale Cornflower Blue #ADD3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.02%

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

R = 27.07%
G = 33.02%
B = 39.91%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADD3FF (or 0xADD3FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and FF. RGB value is (173,211,255). Sum of RGB (Red+Green+Blue) = 173+211+255=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3FF is #522C00. Grayscale: #CCCCCC. Windows color (decimal): -5385217 or 16765869. OLE color: 16765869.

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

Color convert

RGB 173 211 255 -
CMYK 0.32 0.17 0 0
HSL 212.2º 1% 0.84% -
HSV(B) 212.2º 0.32% 1% -
XYZ 58.58 62.69 103.62 -
YUV 204.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 173 211 255 0.32 0.17 0 0 212.2 1 0.84
Hex AD D3 FF 20 11 0 0 D4 64 54
Octal 255 323 377 40 21 0 0 324 144 124
Binary 10101101 11010011 11111111 100000 10001 0 0 11010100 1100100 1010100

Color Harmonies of #ADD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3FF

Black with #ADD3FF

Text Example


Text Example

White with #ADD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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