Html Css Color HEX #ADCCFC Pale Cornflower Blue

📋 copy color: '#ADCCFC'

red 173 ◦ green 204 ◦ blue 252

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

Shades of Pale Cornflower Blue #ADCCFC

Tints of Pale Cornflower Blue #ADCCFC

RGB

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

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

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

R = 27.5%
G = 32.43%
B = 40.06%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADCCFC (or 0xADCCFC) is known color: Pale Cornflower Blue. HEX triplet: AD, CC and FC. RGB value is (173,204,252). Sum of RGB (Red+Green+Blue) = 173+204+252=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADCCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCFC is #523303. Grayscale: #C7C7C7. Windows color (decimal): -5387012 or 16567469. OLE color: 16567469.

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

Color convert

RGB 173 204 252 -
CMYK 0.31 0.19 0 0.01
HSL 216.46º 0.93% 0.83% -
HSV(B) 216.46º 0.31% 0.99% -
XYZ 56.4 59.1 100.53 -
YUV 200.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 173 204 252 0.31 0.19 0 0.01 216.46 0.93 0.83
Hex AD CC FC 1F 13 0 1 D8 5D 53
Octal 255 314 374 37 23 0 1 330 135 123
Binary 10101101 11001100 11111100 11111 10011 0 1 11011000 1011101 1010011

Color Harmonies of #ADCCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCFC

Black with #ADCCFC

Text Example


Text Example

White with #ADCCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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