Html Css Color HEX #ADAFF6 Perano

📋 copy color: '#ADAFF6'

red 173 ◦ green 175 ◦ blue 246

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

Shades of Perano #ADAFF6

Tints of Perano #ADAFF6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.46%

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 29.12%
G = 29.46%
B = 41.41%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADAFF6 (or 0xADAFF6) is known color: Perano. HEX triplet: AD, AF and F6. RGB value is (173,175,246). Sum of RGB (Red+Green+Blue) = 173+175+246=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADAFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF6 is #525009. Grayscale: #B6B6B6. Windows color (decimal): -5394442 or 16166829. OLE color: 16166829.

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

Color convert

RGB 173 175 246 -
CMYK 0.30 0.29 0 0.04
HSL 238.36º 0.8% 0.82% -
HSV(B) 238.36º 0.3% 0.96% -
XYZ 49.2 46.2 93.51 -
YUV 182.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 173 175 246 0.30 0.29 0 0.04 238.36 0.8 0.82
Hex AD AF F6 1E 1D 0 4 EE 50 52
Octal 255 257 366 36 35 0 4 356 120 122
Binary 10101101 10101111 11110110 11110 11101 0 100 11101110 1010000 1010010

Color Harmonies of #ADAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFF6

Black with #ADAFF6

Text Example


Text Example

White with #ADAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFF6; }

 p { color: rgb(173,175,246); }

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

background-color css

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

 a { background-color: rgb(173,175,246); }

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

border-color css

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

 span { border-color: rgb(173,175,246); }

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