Html Css Color HEX #A1BAED Perano

📋 copy color: '#A1BAED'

red 161 ◦ green 186 ◦ blue 237

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

Shades of Perano #A1BAED

Tints of Perano #A1BAED

RGB

 RED value IS 161 (63.28% from 255) = 27.57%

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

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

R = 27.57%
G = 31.85%
B = 40.58%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1BAED (or 0xA1BAED) is known color: Perano. HEX triplet: A1, BA and ED. RGB value is (161,186,237). Sum of RGB (Red+Green+Blue) = 161+186+237=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAED is #5E4512. Grayscale: #B8B8B8. Windows color (decimal): -6178067 or 15579809. OLE color: 15579809.

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

Color convert

RGB 161 186 237 -
CMYK 0.32 0.22 0 0.07
HSL 220.26º 0.68% 0.78% -
HSV(B) 220.26º 0.32% 0.93% -
XYZ 47.54 48.81 87.04 -
YUV 184.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 161 186 237 0.32 0.22 0 0.07 220.26 0.68 0.78
Hex A1 BA ED 20 16 0 7 DC 44 4E
Octal 241 272 355 40 26 0 7 334 104 116
Binary 10100001 10111010 11101101 100000 10110 0 111 11011100 1000100 1001110

Color Harmonies of #A1BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BAED

Black with #A1BAED

Text Example


Text Example

White with #A1BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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