Html Css Color HEX #ADC9FC Pale Cornflower Blue

📋 copy color: '#ADC9FC'

red 173 ◦ green 201 ◦ blue 252

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

Shades of Pale Cornflower Blue #ADC9FC

Tints of Pale Cornflower Blue #ADC9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.11%

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

R = 27.64%
G = 32.11%
B = 40.26%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADC9FC (or 0xADC9FC) is known color: Pale Cornflower Blue. HEX triplet: AD, C9 and FC. RGB value is (173,201,252). Sum of RGB (Red+Green+Blue) = 173+201+252=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC9FC is #523603. Grayscale: #C6C6C6. Windows color (decimal): -5387780 or 16566701. OLE color: 16566701.

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

Color convert

RGB 173 201 252 -
CMYK 0.31 0.20 0 0.01
HSL 218.73º 0.93% 0.83% -
HSV(B) 218.73º 0.31% 0.99% -
XYZ 55.69 57.69 100.29 -
YUV 198.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 173 201 252 0.31 0.20 0 0.01 218.73 0.93 0.83
Hex AD C9 FC 1F 14 0 1 DB 5D 53
Octal 255 311 374 37 24 0 1 333 135 123
Binary 10101101 11001001 11111100 11111 10100 0 1 11011011 1011101 1010011

Color Harmonies of #ADC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9FC

Black with #ADC9FC

Text Example


Text Example

White with #ADC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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