Html Css Color HEX #92ABEC Portage

📋 copy color: '#92ABEC'

red 146 ◦ green 171 ◦ blue 236

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

Shades of Portage #92ABEC

Tints of Portage #92ABEC

RGB

 RED value IS 146 (57.42% from 255) = 26.4%

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 26.4%
G = 30.92%
B = 42.68%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92ABEC (or 0x92ABEC) is known color: Portage. HEX triplet: 92, AB and EC. RGB value is (146,171,236). Sum of RGB (Red+Green+Blue) = 146+171+236=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #92ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABEC is #6D5413. Grayscale: #AAAAAA. Windows color (decimal): -7164948 or 15510418. OLE color: 15510418.

HSL color Cylindrical-coordinate representation of color #92ABEC: hue angle of 223.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92ABEC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 171 236 -
CMYK 0.38 0.28 0 0.07
HSL 223.33º 0.7% 0.75% -
HSV(B) 223.33º 0.38% 0.93% -
XYZ 41.56 41.29 85.14 -
YUV 170.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 146 171 236 0.38 0.28 0 0.07 223.33 0.7 0.75
Hex 92 AB EC 26 1C 0 7 DF 46 4B
Octal 222 253 354 46 34 0 7 337 106 113
Binary 10010010 10101011 11101100 100110 11100 0 111 11011111 1000110 1001011

Color Harmonies of #92ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABEC

Black with #92ABEC

Text Example


Text Example

White with #92ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92ABEC; }

 p { color: rgb(146,171,236); }

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

background-color css

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

 a { background-color: rgb(146,171,236); }

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

border-color css

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

 span { border-color: rgb(146,171,236); }

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