Html Css Color HEX #ADCCFF Pale Cornflower Blue

📋 copy color: '#ADCCFF'

red 173 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #ADCCFF

Tints of Pale Cornflower Blue #ADCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.28%

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

R = 27.37%
G = 32.28%
B = 40.35%

CMYK

 C value IS 0.32

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADCCFF (or 0xADCCFF) is known color: Pale Cornflower Blue. HEX triplet: AD, CC and FF. RGB value is (173,204,255). Sum of RGB (Red+Green+Blue) = 173+204+255=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCFF is #523300. Grayscale: #C8C8C8. Windows color (decimal): -5387009 or 16764077. OLE color: 16764077.

HSL color Cylindrical-coordinate representation of color #ADCCFF: hue angle of 217.32º 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 #ADCCFF is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 204 255 -
CMYK 0.32 0.2 0 0
HSL 217.32º 1% 0.84% -
HSV(B) 217.32º 0.32% 1% -
XYZ 56.88 59.29 103.05 -
YUV 200.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 173 204 255 0.32 0.2 0 0 217.32 1 0.84
Hex AD CC FF 20 14 0 0 D9 64 54
Octal 255 314 377 40 24 0 0 331 144 124
Binary 10101101 11001100 11111111 100000 10100 0 0 11011001 1100100 1010100

Color Harmonies of #ADCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCFF

Black with #ADCCFF

Text Example


Text Example

White with #ADCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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