Html Css Color HEX #ADD1FA Pale Cornflower Blue

📋 copy color: '#ADD1FA'

red 173 ◦ green 209 ◦ blue 250

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

Shades of Pale Cornflower Blue #ADD1FA

Tints of Pale Cornflower Blue #ADD1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.07%

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

R = 27.37%
G = 33.07%
B = 39.56%

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

#ADD1FA (or 0xADD1FA) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and FA. RGB value is (173,209,250). Sum of RGB (Red+Green+Blue) = 173+209+250=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1FA is #522E05. Grayscale: #CACACA. Windows color (decimal): -5385734 or 16437677. OLE color: 16437677.

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

Color convert

RGB 173 209 250 -
CMYK 0.31 0.16 0 0.02
HSL 211.95º 0.89% 0.83% -
HSV(B) 211.95º 0.31% 0.98% -
XYZ 57.29 61.39 99.27 -
YUV 202.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 173 209 250 0.31 0.16 0 0.02 211.95 0.89 0.83
Hex AD D1 FA 1F 10 0 2 D4 59 53
Octal 255 321 372 37 20 0 2 324 131 123
Binary 10101101 11010001 11111010 11111 10000 0 10 11010100 1011001 1010011

Color Harmonies of #ADD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1FA

Black with #ADD1FA

Text Example


Text Example

White with #ADD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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