Html Css Color HEX #ADD5FA Pale Cornflower Blue

📋 copy color: '#ADD5FA'

red 173 ◦ green 213 ◦ blue 250

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

Shades of Pale Cornflower Blue #ADD5FA

Tints of Pale Cornflower Blue #ADD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.49%

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

R = 27.2%
G = 33.49%
B = 39.31%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADD5FA (or 0xADD5FA) is known color: Pale Cornflower Blue. HEX triplet: AD, D5 and FA. RGB value is (173,213,250). Sum of RGB (Red+Green+Blue) = 173+213+250=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FA is #522A05. Grayscale: #CDCDCD. Windows color (decimal): -5384710 or 16438701. OLE color: 16438701.

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

Color convert

RGB 173 213 250 -
CMYK 0.31 0.15 0 0.02
HSL 208.83º 0.89% 0.83% -
HSV(B) 208.83º 0.31% 0.98% -
XYZ 58.28 63.37 99.6 -
YUV 205.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 173 213 250 0.31 0.15 0 0.02 208.83 0.89 0.83
Hex AD D5 FA 1F F 0 2 D1 59 53
Octal 255 325 372 37 17 0 2 321 131 123
Binary 10101101 11010101 11111010 11111 1111 0 10 11010001 1011001 1010011

Color Harmonies of #ADD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5FA

Black with #ADD5FA

Text Example


Text Example

White with #ADD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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