Html Css Color HEX #ADC9FB Pale Cornflower Blue

📋 copy color: '#ADC9FB'

red 173 ◦ green 201 ◦ blue 251

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

Shades of Pale Cornflower Blue #ADC9FB

Tints of Pale Cornflower Blue #ADC9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 27.68%
G = 32.16%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADC9FB (or 0xADC9FB) is known color: Pale Cornflower Blue. HEX triplet: AD, C9 and FB. RGB value is (173,201,251). Sum of RGB (Red+Green+Blue) = 173+201+251=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADC9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC9FB is #523604. Grayscale: #C6C6C6. Windows color (decimal): -5387781 or 16501165. OLE color: 16501165.

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

Color convert

RGB 173 201 251 -
CMYK 0.31 0.20 0 0.02
HSL 218.46º 0.91% 0.83% -
HSV(B) 218.46º 0.31% 0.98% -
XYZ 55.53 57.62 99.46 -
YUV 198.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 173 201 251 0.31 0.20 0 0.02 218.46 0.91 0.83
Hex AD C9 FB 1F 14 0 2 DA 5B 53
Octal 255 311 373 37 24 0 2 332 133 123
Binary 10101101 11001001 11111011 11111 10100 0 10 11011010 1011011 1010011

Color Harmonies of #ADC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9FB

Black with #ADC9FB

Text Example


Text Example

White with #ADC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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