Html Css Color HEX #ADD3FC Pale Cornflower Blue

📋 copy color: '#ADD3FC'

red 173 ◦ green 211 ◦ blue 252

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

Shades of Pale Cornflower Blue #ADD3FC

Tints of Pale Cornflower Blue #ADD3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.18%

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 27.2%
G = 33.18%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADD3FC (or 0xADD3FC) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and FC. RGB value is (173,211,252). Sum of RGB (Red+Green+Blue) = 173+211+252=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADD3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3FC is #522C03. Grayscale: #CCCCCC. Windows color (decimal): -5385220 or 16569261. OLE color: 16569261.

HSL color Cylindrical-coordinate representation of color #ADD3FC: hue angle of 211.14º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD3FC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 211 252 -
CMYK 0.31 0.16 0 0.01
HSL 211.14º 0.93% 0.83% -
HSV(B) 211.14º 0.31% 0.99% -
XYZ 58.1 62.5 101.1 -
YUV 204.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 173 211 252 0.31 0.16 0 0.01 211.14 0.93 0.83
Hex AD D3 FC 1F 10 0 1 D3 5D 53
Octal 255 323 374 37 20 0 1 323 135 123
Binary 10101101 11010011 11111100 11111 10000 0 1 11010011 1011101 1010011

Color Harmonies of #ADD3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3FC

Black with #ADD3FC

Text Example


Text Example

White with #ADD3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3FC; }

 p { color: rgb(173,211,252); }

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

background-color css

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

 a { background-color: rgb(173,211,252); }

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

border-color css

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

 span { border-color: rgb(173,211,252); }

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