Html Css Color HEX #ADCDFF Pale Cornflower Blue

📋 copy color: '#ADCDFF'

red 173 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #ADCDFF

Tints of Pale Cornflower Blue #ADCDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 27.33%
G = 32.39%
B = 40.28%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADCDFF (or 0xADCDFF) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and FF. RGB value is (173,205,255). Sum of RGB (Red+Green+Blue) = 173+205+255=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDFF is #523200. Grayscale: #C8C8C8. Windows color (decimal): -5386753 or 16764333. OLE color: 16764333.

HSL color Cylindrical-coordinate representation of color #ADCDFF: hue angle of 216.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCDFF is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 205 255 -
CMYK 0.32 0.20 0 0
HSL 216.59º 1% 0.84% -
HSV(B) 216.59º 0.32% 1% -
XYZ 57.11 59.77 103.13 -
YUV 201.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 173 205 255 0.32 0.20 0 0 216.59 1 0.84
Hex AD CD FF 20 14 0 0 D9 64 54
Octal 255 315 377 40 24 0 0 331 144 124
Binary 10101101 11001101 11111111 100000 10100 0 0 11011001 1100100 1010100

Color Harmonies of #ADCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDFF

Black with #ADCDFF

Text Example


Text Example

White with #ADCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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