Html Css Color HEX #ADCFFD Pale Cornflower Blue

📋 copy color: '#ADCFFD'

red 173 ◦ green 207 ◦ blue 253

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

Shades of Pale Cornflower Blue #ADCFFD

Tints of Pale Cornflower Blue #ADCFFD

RGB

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

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

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

R = 27.33%
G = 32.7%
B = 39.97%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADCFFD (or 0xADCFFD) is known color: Pale Cornflower Blue. HEX triplet: AD, CF and FD. RGB value is (173,207,253). Sum of RGB (Red+Green+Blue) = 173+207+253=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFFD is #523002. Grayscale: #C9C9C9. Windows color (decimal): -5386243 or 16633773. OLE color: 16633773.

HSL color Cylindrical-coordinate representation of color #ADCFFD: hue angle of 214.5º 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 #ADCFFD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 207 253 -
CMYK 0.32 0.18 0 0.01
HSL 214.5º 0.95% 0.84% -
HSV(B) 214.5º 0.32% 0.99% -
XYZ 57.28 60.6 101.61 -
YUV 202.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 173 207 253 0.32 0.18 0 0.01 214.5 0.95 0.84
Hex AD CF FD 20 12 0 1 D6 5F 54
Octal 255 317 375 40 22 0 1 326 137 124
Binary 10101101 11001111 11111101 100000 10010 0 1 11010110 1011111 1010100

Color Harmonies of #ADCFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFFD

Black with #ADCFFD

Text Example


Text Example

White with #ADCFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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