Html Css Color HEX #ADCADB Spindle

📋 copy color: '#ADCADB'

red 173 ◦ green 202 ◦ blue 219

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

Shades of Spindle #ADCADB

Tints of Spindle #ADCADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 29.12%
G = 34.01%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADCADB (or 0xADCADB) is known color: Spindle. HEX triplet: AD, CA and DB. RGB value is (173,202,219). Sum of RGB (Red+Green+Blue) = 173+202+219=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADB is #523524. Grayscale: #C3C3C3. Windows color (decimal): -5387557 or 14404269. OLE color: 14404269.

HSL color Cylindrical-coordinate representation of color #ADCADB: hue angle of 202.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCADB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 202 219 -
CMYK 0.21 0.08 0 0.14
HSL 202.17º 0.39% 0.77% -
HSV(B) 202.17º 0.21% 0.86% -
XYZ 51.14 56.24 75.18 -
YUV 195.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 173 202 219 0.21 0.08 0 0.14 202.17 0.39 0.77
Hex AD CA DB 15 8 0 E CA 27 4D
Octal 255 312 333 25 10 0 16 312 47 115
Binary 10101101 11001010 11011011 10101 1000 0 1110 11001010 100111 1001101

Color Harmonies of #ADCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCADB

Black with #ADCADB

Text Example


Text Example

White with #ADCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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