Html Css Color HEX #ADC2F4 Perano

📋 copy color: '#ADC2F4'

red 173 ◦ green 194 ◦ blue 244

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

Shades of Perano #ADC2F4

Tints of Perano #ADC2F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.93%

R = 28.31%
G = 31.75%
B = 39.93%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADC2F4 (or 0xADC2F4) is known color: Perano. HEX triplet: AD, C2 and F4. RGB value is (173,194,244). Sum of RGB (Red+Green+Blue) = 173+194+244=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADC2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2F4 is #523D0B. Grayscale: #C1C1C1. Windows color (decimal): -5389580 or 16040621. OLE color: 16040621.

HSL color Cylindrical-coordinate representation of color #ADC2F4: hue angle of 222.25º degrees, saturation: 0.76, 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 #ADC2F4 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 194 244 -
CMYK 0.29 0.20 0 0.04
HSL 222.25º 0.76% 0.82% -
HSV(B) 222.25º 0.29% 0.96% -
XYZ 52.85 54 93.23 -
YUV 193.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 173 194 244 0.29 0.20 0 0.04 222.25 0.76 0.82
Hex AD C2 F4 1D 14 0 4 DE 4C 52
Octal 255 302 364 35 24 0 4 336 114 122
Binary 10101101 11000010 11110100 11101 10100 0 100 11011110 1001100 1010010

Color Harmonies of #ADC2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2F4

Black with #ADC2F4

Text Example


Text Example

White with #ADC2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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