Html Css Color HEX #ADCFF0 Pale Cornflower Blue

📋 copy color: '#ADCFF0'

red 173 ◦ green 207 ◦ blue 240

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

Shades of Pale Cornflower Blue #ADCFF0

Tints of Pale Cornflower Blue #ADCFF0

RGB

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

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

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

R = 27.9%
G = 33.39%
B = 38.71%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADCFF0 (or 0xADCFF0) is known color: Pale Cornflower Blue. HEX triplet: AD, CF and F0. RGB value is (173,207,240). Sum of RGB (Red+Green+Blue) = 173+207+240=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADCFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFF0 is #52300F. Grayscale: #C8C8C8. Windows color (decimal): -5386256 or 15781805. OLE color: 15781805.

HSL color Cylindrical-coordinate representation of color #ADCFF0: hue angle of 209.55º 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 #ADCFF0 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 207 240 -
CMYK 0.28 0.14 0 0.06
HSL 209.55º 0.69% 0.81% -
HSV(B) 209.55º 0.28% 0.94% -
XYZ 55.27 59.8 91.07 -
YUV 200.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 173 207 240 0.28 0.14 0 0.06 209.55 0.69 0.81
Hex AD CF F0 1C E 0 6 D2 45 51
Octal 255 317 360 34 16 0 6 322 105 121
Binary 10101101 11001111 11110000 11100 1110 0 110 11010010 1000101 1010001

Color Harmonies of #ADCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFF0

Black with #ADCFF0

Text Example


Text Example

White with #ADCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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