Html Css Color HEX #ADCDF6 Pale Cornflower Blue

📋 copy color: '#ADCDF6'

red 173 ◦ green 205 ◦ blue 246

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

Shades of Pale Cornflower Blue #ADCDF6

Tints of Pale Cornflower Blue #ADCDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.85%

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 27.72%
G = 32.85%
B = 39.42%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADCDF6 (or 0xADCDF6) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and F6. RGB value is (173,205,246). Sum of RGB (Red+Green+Blue) = 173+205+246=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADCDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDF6 is #523209. Grayscale: #C7C7C7. Windows color (decimal): -5386762 or 16174509. OLE color: 16174509.

HSL color Cylindrical-coordinate representation of color #ADCDF6: hue angle of 213.7º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCDF6 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 205 246 -
CMYK 0.30 0.17 0 0.04
HSL 213.7º 0.8% 0.82% -
HSV(B) 213.7º 0.3% 0.96% -
XYZ 55.7 59.2 95.68 -
YUV 200.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 173 205 246 0.30 0.17 0 0.04 213.7 0.8 0.82
Hex AD CD F6 1E 11 0 4 D6 50 52
Octal 255 315 366 36 21 0 4 326 120 122
Binary 10101101 11001101 11110110 11110 10001 0 100 11010110 1010000 1010010

Color Harmonies of #ADCDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDF6

Black with #ADCDF6

Text Example


Text Example

White with #ADCDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDF6; }

 p { color: rgb(173,205,246); }

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

background-color css

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

 a { background-color: rgb(173,205,246); }

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

border-color css

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

 span { border-color: rgb(173,205,246); }

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