Html Css Color HEX #ADC2F5 Perano

📋 copy color: '#ADC2F5'

red 173 ◦ green 194 ◦ blue 245

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

Shades of Perano #ADC2F5

Tints of Perano #ADC2F5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.7%

 BLUE value IS 245 (96.09% from 255) = 40.03%

R = 28.27%
G = 31.7%
B = 40.03%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADC2F5 (or 0xADC2F5) is known color: Perano. HEX triplet: AD, C2 and F5. RGB value is (173,194,245). Sum of RGB (Red+Green+Blue) = 173+194+245=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADC2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2F5 is #523D0A. Grayscale: #C1C1C1. Windows color (decimal): -5389579 or 16106157. OLE color: 16106157.

HSL color Cylindrical-coordinate representation of color #ADC2F5: hue angle of 222.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC2F5 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 194 245 -
CMYK 0.29 0.21 0 0.04
HSL 222.5º 0.78% 0.82% -
HSV(B) 222.5º 0.29% 0.96% -
XYZ 53.01 54.06 94.03 -
YUV 193.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 173 194 245 0.29 0.21 0 0.04 222.5 0.78 0.82
Hex AD C2 F5 1D 15 0 4 DE 4E 52
Octal 255 302 365 35 25 0 4 336 116 122
Binary 10101101 11000010 11110101 11101 10101 0 100 11011110 1001110 1010010

Color Harmonies of #ADC2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2F5

Black with #ADC2F5

Text Example


Text Example

White with #ADC2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2F5; }

 p { color: rgb(173,194,245); }

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

background-color css

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

 a { background-color: rgb(173,194,245); }

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

border-color css

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

 span { border-color: rgb(173,194,245); }

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