Html Css Color HEX #ADD2FA Pale Cornflower Blue

📋 copy color: '#ADD2FA'

red 173 ◦ green 210 ◦ blue 250

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

Shades of Pale Cornflower Blue #ADD2FA

Tints of Pale Cornflower Blue #ADD2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.18%

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

R = 27.33%
G = 33.18%
B = 39.49%

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

#ADD2FA (or 0xADD2FA) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and FA. RGB value is (173,210,250). Sum of RGB (Red+Green+Blue) = 173+210+250=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2FA is #522D05. Grayscale: #CBCBCB. Windows color (decimal): -5385478 or 16437933. OLE color: 16437933.

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

Color convert

RGB 173 210 250 -
CMYK 0.31 0.16 0 0.02
HSL 211.17º 0.89% 0.83% -
HSV(B) 211.17º 0.31% 0.98% -
XYZ 57.54 61.88 99.35 -
YUV 203.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 173 210 250 0.31 0.16 0 0.02 211.17 0.89 0.83
Hex AD D2 FA 1F 10 0 2 D3 59 53
Octal 255 322 372 37 20 0 2 323 131 123
Binary 10101101 11010010 11111010 11111 10000 0 10 11010011 1011001 1010011

Color Harmonies of #ADD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2FA

Black with #ADD2FA

Text Example


Text Example

White with #ADD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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