Html Css Color HEX #A8BAED Perano

📋 copy color: '#A8BAED'

red 168 ◦ green 186 ◦ blue 237

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

Shades of Perano #A8BAED

Tints of Perano #A8BAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.47%

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 28.43%
G = 31.47%
B = 40.1%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8BAED (or 0xA8BAED) is known color: Perano. HEX triplet: A8, BA and ED. RGB value is (168,186,237). Sum of RGB (Red+Green+Blue) = 168+186+237=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BAED is #574512. Grayscale: #BABABA. Windows color (decimal): -5719315 or 15579816. OLE color: 15579816.

HSL color Cylindrical-coordinate representation of color #A8BAED: hue angle of 224.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BAED is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 186 237 -
CMYK 0.29 0.22 0 0.07
HSL 224.35º 0.66% 0.79% -
HSV(B) 224.35º 0.29% 0.93% -
XYZ 48.99 49.56 87.1 -
YUV 186.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 168 186 237 0.29 0.22 0 0.07 224.35 0.66 0.79
Hex A8 BA ED 1D 16 0 7 E0 42 4F
Octal 250 272 355 35 26 0 7 340 102 117
Binary 10101000 10111010 11101101 11101 10110 0 111 11100000 1000010 1001111

Color Harmonies of #A8BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAED

Black with #A8BAED

Text Example


Text Example

White with #A8BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAED; }

 p { color: rgb(168,186,237); }

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

background-color css

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

 a { background-color: rgb(168,186,237); }

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

border-color css

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

 span { border-color: rgb(168,186,237); }

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