Html Css Color HEX #ADD4FD Pale Cornflower Blue

📋 copy color: '#ADD4FD'

red 173 ◦ green 212 ◦ blue 253

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

Shades of Pale Cornflower Blue #ADD4FD

Tints of Pale Cornflower Blue #ADD4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.23%

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

R = 27.12%
G = 33.23%
B = 39.66%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADD4FD (or 0xADD4FD) is known color: Pale Cornflower Blue. HEX triplet: AD, D4 and FD. RGB value is (173,212,253). Sum of RGB (Red+Green+Blue) = 173+212+253=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4FD is #522B02. Grayscale: #CCCCCC. Windows color (decimal): -5384963 or 16635053. OLE color: 16635053.

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

Color convert

RGB 173 212 253 -
CMYK 0.32 0.16 0 0.01
HSL 210.75º 0.95% 0.84% -
HSV(B) 210.75º 0.32% 0.99% -
XYZ 58.51 63.06 102.02 -
YUV 205.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 173 212 253 0.32 0.16 0 0.01 210.75 0.95 0.84
Hex AD D4 FD 20 10 0 1 D3 5F 54
Octal 255 324 375 40 20 0 1 323 137 124
Binary 10101101 11010100 11111101 100000 10000 0 1 11010011 1011111 1010100

Color Harmonies of #ADD4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4FD

Black with #ADD4FD

Text Example


Text Example

White with #ADD4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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