Html Css Color HEX #ADCDF2 Pale Cornflower Blue

📋 copy color: '#ADCDF2'

red 173 ◦ green 205 ◦ blue 242

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

Shades of Pale Cornflower Blue #ADCDF2

Tints of Pale Cornflower Blue #ADCDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.03%

R = 27.9%
G = 33.06%
B = 39.03%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADCDF2 (or 0xADCDF2) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and F2. RGB value is (173,205,242). Sum of RGB (Red+Green+Blue) = 173+205+242=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADCDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDF2 is #52320D. Grayscale: #C7C7C7. Windows color (decimal): -5386766 or 15912365. OLE color: 15912365.

HSL color Cylindrical-coordinate representation of color #ADCDF2: hue angle of 212.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCDF2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 205 242 -
CMYK 0.29 0.15 0 0.05
HSL 212.17º 0.73% 0.81% -
HSV(B) 212.17º 0.29% 0.95% -
XYZ 55.09 58.96 92.48 -
YUV 199.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 173 205 242 0.29 0.15 0 0.05 212.17 0.73 0.81
Hex AD CD F2 1D F 0 5 D4 49 51
Octal 255 315 362 35 17 0 5 324 111 121
Binary 10101101 11001101 11110010 11101 1111 0 101 11010100 1001001 1010001

Color Harmonies of #ADCDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDF2

Black with #ADCDF2

Text Example


Text Example

White with #ADCDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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