Html Css Color HEX #ADD3FA Pale Cornflower Blue

📋 copy color: '#ADD3FA'

red 173 ◦ green 211 ◦ blue 250

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

Shades of Pale Cornflower Blue #ADD3FA

Tints of Pale Cornflower Blue #ADD3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 27.29%
G = 33.28%
B = 39.43%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADD3FA (or 0xADD3FA) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and FA. RGB value is (173,211,250). Sum of RGB (Red+Green+Blue) = 173+211+250=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3FA is #522C05. Grayscale: #CBCBCB. Windows color (decimal): -5385222 or 16438189. OLE color: 16438189.

HSL color Cylindrical-coordinate representation of color #ADD3FA: hue angle of 210.39º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD3FA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 211 250 -
CMYK 0.31 0.16 0 0.02
HSL 210.39º 0.89% 0.83% -
HSV(B) 210.39º 0.31% 0.98% -
XYZ 57.78 62.37 99.44 -
YUV 204.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 173 211 250 0.31 0.16 0 0.02 210.39 0.89 0.83
Hex AD D3 FA 1F 10 0 2 D2 59 53
Octal 255 323 372 37 20 0 2 322 131 123
Binary 10101101 11010011 11111010 11111 10000 0 10 11010010 1011001 1010011

Color Harmonies of #ADD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3FA

Black with #ADD3FA

Text Example


Text Example

White with #ADD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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