Html Css Color HEX #ADD4FE Pale Cornflower Blue

📋 copy color: '#ADD4FE'

red 173 ◦ green 212 ◦ blue 254

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

Shades of Pale Cornflower Blue #ADD4FE

Tints of Pale Cornflower Blue #ADD4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 27.07%
G = 33.18%
B = 39.75%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADD4FE (or 0xADD4FE) is known color: Pale Cornflower Blue. HEX triplet: AD, D4 and FE. RGB value is (173,212,254). Sum of RGB (Red+Green+Blue) = 173+212+254=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4FE is #522B01. Grayscale: #CCCCCC. Windows color (decimal): -5384962 or 16700589. OLE color: 16700589.

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

Color convert

RGB 173 212 254 -
CMYK 0.32 0.17 0 0.00
HSL 211.11º 0.98% 0.84% -
HSV(B) 211.11º 0.32% 1% -
XYZ 58.67 63.13 102.86 -
YUV 205.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 173 212 254 0.32 0.17 0 0.00 211.11 0.98 0.84
Hex AD D4 FE 20 11 0 0 D3 62 54
Octal 255 324 376 40 21 0 0 323 142 124
Binary 10101101 11010100 11111110 100000 10001 0 0 11010011 1100010 1010100

Color Harmonies of #ADD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4FE

Black with #ADD4FE

Text Example


Text Example

White with #ADD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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