Html Css Color HEX #ADCAFD Pale Cornflower Blue

📋 copy color: '#ADCAFD'

red 173 ◦ green 202 ◦ blue 253

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

Shades of Pale Cornflower Blue #ADCAFD

Tints of Pale Cornflower Blue #ADCAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.17%

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 27.55%
G = 32.17%
B = 40.29%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADCAFD (or 0xADCAFD) is known color: Pale Cornflower Blue. HEX triplet: AD, CA and FD. RGB value is (173,202,253). Sum of RGB (Red+Green+Blue) = 173+202+253=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADCAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCAFD is #523502. Grayscale: #C6C6C6. Windows color (decimal): -5387523 or 16632493. OLE color: 16632493.

HSL color Cylindrical-coordinate representation of color #ADCAFD: hue angle of 218.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCAFD is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 202 253 -
CMYK 0.32 0.20 0 0.01
HSL 218.25º 0.95% 0.84% -
HSV(B) 218.25º 0.32% 0.99% -
XYZ 56.08 58.22 101.21 -
YUV 199.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 173 202 253 0.32 0.20 0 0.01 218.25 0.95 0.84
Hex AD CA FD 20 14 0 1 DA 5F 54
Octal 255 312 375 40 24 0 1 332 137 124
Binary 10101101 11001010 11111101 100000 10100 0 1 11011010 1011111 1010100

Color Harmonies of #ADCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAFD

Black with #ADCAFD

Text Example


Text Example

White with #ADCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAFD; }

 p { color: rgb(173,202,253); }

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

background-color css

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

 a { background-color: rgb(173,202,253); }

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

border-color css

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

 span { border-color: rgb(173,202,253); }

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