Html Css Color HEX #ADDAFA Pale Cornflower Blue

📋 copy color: '#ADDAFA'

red 173 ◦ green 218 ◦ blue 250

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

Shades of Pale Cornflower Blue #ADDAFA

Tints of Pale Cornflower Blue #ADDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.01%

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

R = 26.99%
G = 34.01%
B = 39%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADDAFA (or 0xADDAFA) is known color: Pale Cornflower Blue. HEX triplet: AD, DA and FA. RGB value is (173,218,250). Sum of RGB (Red+Green+Blue) = 173+218+250=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFA is #522505. Grayscale: #D0D0D0. Windows color (decimal): -5383430 or 16439981. OLE color: 16439981.

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

Color convert

RGB 173 218 250 -
CMYK 0.31 0.13 0 0.02
HSL 204.94º 0.89% 0.83% -
HSV(B) 204.94º 0.31% 0.98% -
XYZ 59.56 65.93 100.03 -
YUV 208.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 173 218 250 0.31 0.13 0 0.02 204.94 0.89 0.83
Hex AD DA FA 1F D 0 2 CD 59 53
Octal 255 332 372 37 15 0 2 315 131 123
Binary 10101101 11011010 11111010 11111 1101 0 10 11001101 1011001 1010011

Color Harmonies of #ADDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAFA

Black with #ADDAFA

Text Example


Text Example

White with #ADDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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