Html Css Color HEX #ADCDEC Pale Cornflower Blue

📋 copy color: '#ADCDEC'

red 173 ◦ green 205 ◦ blue 236

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

Shades of Pale Cornflower Blue #ADCDEC

Tints of Pale Cornflower Blue #ADCDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 28.18%
G = 33.39%
B = 38.44%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADCDEC (or 0xADCDEC) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and EC. RGB value is (173,205,236). Sum of RGB (Red+Green+Blue) = 173+205+236=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADCDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDEC is #523213. Grayscale: #C6C6C6. Windows color (decimal): -5386772 or 15519149. OLE color: 15519149.

HSL color Cylindrical-coordinate representation of color #ADCDEC: hue angle of 209.52º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCDEC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 205 236 -
CMYK 0.27 0.13 0 0.07
HSL 209.52º 0.62% 0.8% -
HSV(B) 209.52º 0.27% 0.93% -
XYZ 54.21 58.6 87.81 -
YUV 198.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 173 205 236 0.27 0.13 0 0.07 209.52 0.62 0.8
Hex AD CD EC 1B D 0 7 D2 3E 50
Octal 255 315 354 33 15 0 7 322 76 120
Binary 10101101 11001101 11101100 11011 1101 0 111 11010010 111110 1010000

Color Harmonies of #ADCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDEC

Black with #ADCDEC

Text Example


Text Example

White with #ADCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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