Html Css Color HEX #ADAFF0 Perano

📋 copy color: '#ADAFF0'

red 173 ◦ green 175 ◦ blue 240

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

Shades of Perano #ADAFF0

Tints of Perano #ADAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.82%

R = 29.42%
G = 29.76%
B = 40.82%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADAFF0 (or 0xADAFF0) is known color: Perano. HEX triplet: AD, AF and F0. RGB value is (173,175,240). Sum of RGB (Red+Green+Blue) = 173+175+240=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADAFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF0 is #52500F. Grayscale: #B5B5B5. Windows color (decimal): -5394448 or 15773613. OLE color: 15773613.

HSL color Cylindrical-coordinate representation of color #ADAFF0: hue angle of 238.21º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAFF0 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 175 240 -
CMYK 0.28 0.27 0 0.06
HSL 238.21º 0.69% 0.81% -
HSV(B) 238.21º 0.28% 0.94% -
XYZ 48.29 45.84 88.74 -
YUV 181.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 173 175 240 0.28 0.27 0 0.06 238.21 0.69 0.81
Hex AD AF F0 1C 1B 0 6 EE 45 51
Octal 255 257 360 34 33 0 6 356 105 121
Binary 10101101 10101111 11110000 11100 11011 0 110 11101110 1000101 1010001

Color Harmonies of #ADAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFF0

Black with #ADAFF0

Text Example


Text Example

White with #ADAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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