Html Css Color HEX #ADD0FA Pale Cornflower Blue

📋 copy color: '#ADD0FA'

red 173 ◦ green 208 ◦ blue 250

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

Shades of Pale Cornflower Blue #ADD0FA

Tints of Pale Cornflower Blue #ADD0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.96%

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

R = 27.42%
G = 32.96%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADD0FA (or 0xADD0FA) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and FA. RGB value is (173,208,250). Sum of RGB (Red+Green+Blue) = 173+208+250=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FA is #522F05. Grayscale: #CACACA. Windows color (decimal): -5385990 or 16437421. OLE color: 16437421.

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

Color convert

RGB 173 208 250 -
CMYK 0.31 0.17 0 0.02
HSL 212.73º 0.89% 0.83% -
HSV(B) 212.73º 0.31% 0.98% -
XYZ 57.04 60.9 99.19 -
YUV 202.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 173 208 250 0.31 0.17 0 0.02 212.73 0.89 0.83
Hex AD D0 FA 1F 11 0 2 D5 59 53
Octal 255 320 372 37 21 0 2 325 131 123
Binary 10101101 11010000 11111010 11111 10001 0 10 11010101 1011001 1010011

Color Harmonies of #ADD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0FA

Black with #ADD0FA

Text Example


Text Example

White with #ADD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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