Html Css Color HEX #ADB8E6 Perano

📋 copy color: '#ADB8E6'

red 173 ◦ green 184 ◦ blue 230

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

Shades of Perano #ADB8E6

Tints of Perano #ADB8E6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.35%

 BLUE value IS 230 (90.23% from 255) = 39.18%

R = 29.47%
G = 31.35%
B = 39.18%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADB8E6 (or 0xADB8E6) is known color: Perano. HEX triplet: AD, B8 and E6. RGB value is (173,184,230). Sum of RGB (Red+Green+Blue) = 173+184+230=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADB8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8E6 is #524719. Grayscale: #B9B9B9. Windows color (decimal): -5392154 or 15120557. OLE color: 15120557.

HSL color Cylindrical-coordinate representation of color #ADB8E6: hue angle of 228.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB8E6 is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 184 230 -
CMYK 0.25 0.2 0 0.10
HSL 228.42º 0.53% 0.79% -
HSV(B) 228.42º 0.25% 0.9% -
XYZ 48.66 48.88 81.73 -
YUV 185.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 173 184 230 0.25 0.2 0 0.10 228.42 0.53 0.79
Hex AD B8 E6 19 14 0 A E4 35 4F
Octal 255 270 346 31 24 0 12 344 65 117
Binary 10101101 10111000 11100110 11001 10100 0 1010 11100100 110101 1001111

Color Harmonies of #ADB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8E6

Black with #ADB8E6

Text Example


Text Example

White with #ADB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8E6; }

 p { color: rgb(173,184,230); }

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

background-color css

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

 a { background-color: rgb(173,184,230); }

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

border-color css

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

 span { border-color: rgb(173,184,230); }

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