Html Css Color HEX #ADD2FD Pale Cornflower Blue

📋 copy color: '#ADD2FD'

red 173 ◦ green 210 ◦ blue 253

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

Shades of Pale Cornflower Blue #ADD2FD

Tints of Pale Cornflower Blue #ADD2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 27.2%
G = 33.02%
B = 39.78%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADD2FD (or 0xADD2FD) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and FD. RGB value is (173,210,253). Sum of RGB (Red+Green+Blue) = 173+210+253=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2FD is #522D02. Grayscale: #CBCBCB. Windows color (decimal): -5385475 or 16634541. OLE color: 16634541.

HSL color Cylindrical-coordinate representation of color #ADD2FD: hue angle of 212.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD2FD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 210 253 -
CMYK 0.32 0.17 0 0.01
HSL 212.25º 0.95% 0.84% -
HSV(B) 212.25º 0.32% 0.99% -
XYZ 58.01 62.07 101.85 -
YUV 203.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 173 210 253 0.32 0.17 0 0.01 212.25 0.95 0.84
Hex AD D2 FD 20 11 0 1 D4 5F 54
Octal 255 322 375 40 21 0 1 324 137 124
Binary 10101101 11010010 11111101 100000 10001 0 1 11010100 1011111 1010100

Color Harmonies of #ADD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2FD

Black with #ADD2FD

Text Example


Text Example

White with #ADD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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