Html Css Color HEX #ADC1EE Perano

📋 copy color: '#ADC1EE'

red 173 ◦ green 193 ◦ blue 238

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

Shades of Perano #ADC1EE

Tints of Perano #ADC1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.95%

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 28.64%
G = 31.95%
B = 39.4%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADC1EE (or 0xADC1EE) is known color: Perano. HEX triplet: AD, C1 and EE. RGB value is (173,193,238). Sum of RGB (Red+Green+Blue) = 173+193+238=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1EE is #523E11. Grayscale: #BFBFBF. Windows color (decimal): -5389842 or 15647149. OLE color: 15647149.

HSL color Cylindrical-coordinate representation of color #ADC1EE: hue angle of 221.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC1EE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 193 238 -
CMYK 0.27 0.19 0 0.07
HSL 221.54º 0.66% 0.81% -
HSV(B) 221.54º 0.27% 0.93% -
XYZ 51.74 53.2 88.43 -
YUV 192.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 173 193 238 0.27 0.19 0 0.07 221.54 0.66 0.81
Hex AD C1 EE 1B 13 0 7 DE 42 51
Octal 255 301 356 33 23 0 7 336 102 121
Binary 10101101 11000001 11101110 11011 10011 0 111 11011110 1000010 1010001

Color Harmonies of #ADC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1EE

Black with #ADC1EE

Text Example


Text Example

White with #ADC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1EE; }

 p { color: rgb(173,193,238); }

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

background-color css

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

 a { background-color: rgb(173,193,238); }

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

border-color css

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

 span { border-color: rgb(173,193,238); }

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