Html Css Color HEX #ADCFEC Pale Cornflower Blue

📋 copy color: '#ADCFEC'

red 173 ◦ green 207 ◦ blue 236

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

Shades of Pale Cornflower Blue #ADCFEC

Tints of Pale Cornflower Blue #ADCFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.6%

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

R = 28.08%
G = 33.6%
B = 38.31%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADCFEC (or 0xADCFEC) is known color: Pale Cornflower Blue. HEX triplet: AD, CF and EC. RGB value is (173,207,236). Sum of RGB (Red+Green+Blue) = 173+207+236=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFEC is #523013. Grayscale: #C7C7C7. Windows color (decimal): -5386260 or 15519661. OLE color: 15519661.

HSL color Cylindrical-coordinate representation of color #ADCFEC: hue angle of 207.62º 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 #ADCFEC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 207 236 -
CMYK 0.27 0.12 0 0.07
HSL 207.62º 0.62% 0.8% -
HSV(B) 207.62º 0.27% 0.93% -
XYZ 54.69 59.57 87.97 -
YUV 200.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 173 207 236 0.27 0.12 0 0.07 207.62 0.62 0.8
Hex AD CF EC 1B C 0 7 D0 3E 50
Octal 255 317 354 33 14 0 7 320 76 120
Binary 10101101 11001111 11101100 11011 1100 0 111 11010000 111110 1010000

Color Harmonies of #ADCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFEC

Black with #ADCFEC

Text Example


Text Example

White with #ADCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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