Html Css Color HEX #ADD3FE Pale Cornflower Blue

📋 copy color: '#ADD3FE'

red 173 ◦ green 211 ◦ blue 254

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

Shades of Pale Cornflower Blue #ADD3FE

Tints of Pale Cornflower Blue #ADD3FE

RGB

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

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

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

R = 27.12%
G = 33.07%
B = 39.81%

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

#ADD3FE (or 0xADD3FE) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and FE. RGB value is (173,211,254). Sum of RGB (Red+Green+Blue) = 173+211+254=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3FE is #522C01. Grayscale: #CCCCCC. Windows color (decimal): -5385218 or 16700333. OLE color: 16700333.

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

Color convert

RGB 173 211 254 -
CMYK 0.32 0.17 0 0.00
HSL 211.85º 0.98% 0.84% -
HSV(B) 211.85º 0.32% 1% -
XYZ 58.42 62.63 102.78 -
YUV 204.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 173 211 254 0.32 0.17 0 0.00 211.85 0.98 0.84
Hex AD D3 FE 20 11 0 0 D4 62 54
Octal 255 323 376 40 21 0 0 324 142 124
Binary 10101101 11010011 11111110 100000 10001 0 0 11010100 1100010 1010100

Color Harmonies of #ADD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3FE

Black with #ADD3FE

Text Example


Text Example

White with #ADD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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