Html Css Color HEX #ADDAFC Pale Cornflower Blue

📋 copy color: '#ADDAFC'

red 173 ◦ green 218 ◦ blue 252

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

Shades of Pale Cornflower Blue #ADDAFC

Tints of Pale Cornflower Blue #ADDAFC

RGB

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

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

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

R = 26.91%
G = 33.9%
B = 39.19%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADDAFC (or 0xADDAFC) is known color: Pale Cornflower Blue. HEX triplet: AD, DA and FC. RGB value is (173,218,252). Sum of RGB (Red+Green+Blue) = 173+218+252=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFC is #522503. Grayscale: #D0D0D0. Windows color (decimal): -5383428 or 16571053. OLE color: 16571053.

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

Color convert

RGB 173 218 252 -
CMYK 0.31 0.13 0 0.01
HSL 205.82º 0.93% 0.83% -
HSV(B) 205.82º 0.31% 0.99% -
XYZ 59.88 66.06 101.69 -
YUV 208.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 173 218 252 0.31 0.13 0 0.01 205.82 0.93 0.83
Hex AD DA FC 1F D 0 1 CE 5D 53
Octal 255 332 374 37 15 0 1 316 135 123
Binary 10101101 11011010 11111100 11111 1101 0 1 11001110 1011101 1010011

Color Harmonies of #ADDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAFC

Black with #ADDAFC

Text Example


Text Example

White with #ADDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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