Html Css Color HEX #ADCDF0 Pale Cornflower Blue

📋 copy color: '#ADCDF0'

red 173 ◦ green 205 ◦ blue 240

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

Shades of Pale Cornflower Blue #ADCDF0

Tints of Pale Cornflower Blue #ADCDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.83%

R = 27.99%
G = 33.17%
B = 38.83%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADCDF0 (or 0xADCDF0) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and F0. RGB value is (173,205,240). Sum of RGB (Red+Green+Blue) = 173+205+240=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADCDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDF0 is #52320F. Grayscale: #C7C7C7. Windows color (decimal): -5386768 or 15781293. OLE color: 15781293.

HSL color Cylindrical-coordinate representation of color #ADCDF0: hue angle of 211.34º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCDF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 205 240 -
CMYK 0.28 0.15 0 0.06
HSL 211.34º 0.69% 0.81% -
HSV(B) 211.34º 0.28% 0.94% -
XYZ 54.79 58.84 90.91 -
YUV 199.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 173 205 240 0.28 0.15 0 0.06 211.34 0.69 0.81
Hex AD CD F0 1C F 0 6 D3 45 51
Octal 255 315 360 34 17 0 6 323 105 121
Binary 10101101 11001101 11110000 11100 1111 0 110 11010011 1000101 1010001

Color Harmonies of #ADCDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDF0

Black with #ADCDF0

Text Example


Text Example

White with #ADCDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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