Html Css Color HEX #A8B9EF Perano

📋 copy color: '#A8B9EF'

red 168 ◦ green 185 ◦ blue 239

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

Shades of Perano #A8B9EF

Tints of Perano #A8B9EF

RGB

 RED value IS 168 (66.02% from 255) = 28.38%

 GREEN value IS 185 (72.66% from 255) = 31.25%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 28.38%
G = 31.25%
B = 40.37%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8B9EF (or 0xA8B9EF) is known color: Perano. HEX triplet: A8, B9 and EF. RGB value is (168,185,239). Sum of RGB (Red+Green+Blue) = 168+185+239=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B9EF is #574610. Grayscale: #B9B9B9. Windows color (decimal): -5719569 or 15710632. OLE color: 15710632.

HSL color Cylindrical-coordinate representation of color #A8B9EF: hue angle of 225.63º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B9EF is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 185 239 -
CMYK 0.30 0.23 0 0.06
HSL 225.63º 0.69% 0.8% -
HSV(B) 225.63º 0.3% 0.94% -
XYZ 49.08 49.25 88.58 -
YUV 186.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 168 185 239 0.30 0.23 0 0.06 225.63 0.69 0.8
Hex A8 B9 EF 1E 17 0 6 E2 45 50
Octal 250 271 357 36 27 0 6 342 105 120
Binary 10101000 10111001 11101111 11110 10111 0 110 11100010 1000101 1010000

Color Harmonies of #A8B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9EF

Black with #A8B9EF

Text Example


Text Example

White with #A8B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9EF; }

 p { color: rgb(168,185,239); }

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

background-color css

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

 a { background-color: rgb(168,185,239); }

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

border-color css

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

 span { border-color: rgb(168,185,239); }

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